- Run
npm install
- Configure the created files
config/api.yml
andconfig/propel.yml
to your needs.
Run npm start
to execute the application. Run npm start --open
to make it automatically open in your browser.
- Execute
npm run build
to manually compile.
The stable branch is 'prod'. Changes are first to be tested on stage before being merged into 'prod' branch. 'master' and 'stage' are deployed automatically to the respective server.
Production deployment is done manually by the person in charge of releases.