Sparks conversations since 2016
Flindt is a feedback tool for holacracy companies.
A Webpack-enabled front end for the Flindt feedback tool.
Active / maintained.
Run npm i
and npm run start
:
# npm i
# npm run start
Compiled successfully!
You can now view Flindt in the browser.
Local: http://localhost:3000/
On Your Network: http://192.168.1.1:3000/
Note that the development build is not optimized.
To create a production build, use npm run build.
As stated in the output above, the front end can be reached on http://localhost:3000
.
Remember you also need to run the database and backend Docker-containers for Flindt to work.
Live reload is currently not supported, but you know what they say:
Loads of manual refreshing per day, keeps the arthritis away!