Dependencies:
- NodeJS >= 14
- Docker
- docker-compose
For windows, node-gyp requires additional setup
Setup:
$ npm i
$ npm run bootstrap
Build:
$ npm run build
Set the URL for the backend:
$ export OSIRIS_API=http://127.0.0.1:8080
Start:
$ npm run start