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.tpland rename to.env. Please note that some env variables have default values and some may not please set them as needed. - Copy
serviceflag.json.tpland rename toserviceflag.json. You can edit the file to Enable/Disable features as needed. - Do
npm installto install project dependencies - Run server in development mode using
npm run startornpm run start:dev - Open the app in the browser
localhost:8080(default)