- ONE partner should fork this repo
- Each partner can then 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
.