npm install
npm run develop
to start the dev server.npm run build
to build.
- After making changes, put your local changes in a new branch and push an MR to github.
- The reviewer will review the changes locally then merge.
- After merging to github, push the branch to heroku to deploy.
@todo: Setup automatic deploy on merge from github to heroku.