- Fork this repo
- Clone your forked repo
- Run
bundle install
- Run
rails db:{drop,create,migrate,seed}
- Run the test suite with
bundle exec rspec
. You should have all passing tests to start. - Add project partner(s) on Github under
settings -> collaborators
.