- 2.7.1
- Install PostgreSQL
- Configure database.yml file
bundle install
yarn install
rails db:create
rails db:migrate
- Run Specs with
rspec
- Continuous Integration w/ CircleCi + Heroku
- Deployment to Heroku staging done automatically when a PR is merged to master.