npm install
npm install foreman -g
npm run dev
npm run build
If you want to deploy to staging, you need to push your code to the staging
branch. CircleCI will run the tests on this branch and push to Heroku for you if successful.
npm run deploy:staging
npm run deploy:production
The script will merge origin/master
to the branch staging
or production
branch. Push it to GitHub and Heroku.
See Wiki.