Install Homebrew.
Install Heroku CLI.
brew install heroku/brew/heroku
Install and start PostgreSQL.
brew install postgresql
brew services start postgresql
This application is built using Ruby on Rails.
Your system will require Ruby to develop on the application.
The required Ruby version is listed in the .ruby-version file.
If you do not have this binary, use this guide to get set up on MacOS.
After cloning this repo, run: bin/setup
.
- Run the server(s):
bin/rails start
- Visit your local server
- Run tests:
rake