Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 992 Bytes

CONTRIBUTING.md

File metadata and controls

47 lines (29 loc) · 992 Bytes

Set up

macOS

Install Homebrew.

Install Heroku CLI.

brew install heroku/brew/heroku

Install and start PostgreSQL.

brew install postgresql
brew services start postgresql

Ruby on Rails

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.

Configuring the Application

After cloning this repo, run: bin/setup.

Day-to-day Development

Local Server