Before you start contributing please see CONTRIBUTING.MD for our guidelines.
- You must have NodeJS installed. Version 10 or above.
To setup your development environment, do the following:
- Copy
.env.tpl
and rename to.env
. Please note that some env variables have default values and some may not please set them as needed. - Copy
serviceflag.json.tpl
and rename toserviceflag.json
. You can edit the file to Enable/Disable features as needed. - Do
npm install
to install project dependencies - Run server in development mode using
npm run start
ornpm run start:dev
- Open the app in the browser
localhost:8080
(default)