Run the setup script to install dependencies and get the app running on your machine : % ./bin/setup
After setting up, you can run the application using [Heroku Local]:
% heroku local
Learn more about Heroku Local
Use the following guide for programming well, programming in style and getting things done:
CI is setup to run both linting and rspec. To avoid unnecessary delay with code
reviews ensure you run bin/rake
before raising a pull request.
If you have previously run the ./bin/setup
script,
you can deploy to staging and production with:
% ./bin/deploy staging
% ./bin/deploy production