what is it
Webserver + login, chat and audio rest services
TO RUN locally
setup
- Retrieve a valid
config.yml, put in the root of the project npm installto install the project and the dependencies- (optional) create a nodejs launch configuration pointing to
src\app.js
run
npm start
then open your browser here
to deploy
just relies on moves-script/update.sh
To build react component
npx babel --watch web/src --out-dir web/js --presets react-app/prod