Table of Contents


Get Setup

  1. Follow this tutorial to setup ruby and rails: https://gorails.com/setup/osx/10.15-catalina
  2. Clone the project.
  3. Run bundle install (I re setup the project so do this again if you did it yesterday)
  4. Run rails db:create
  5. Run rails s
  6. Go to localhost:3000/homepage/index you should see Homepage

(Message me if you get any errors because I've probably seen them before)

After You Pull

  1. Run bundle install if gems have changed.
  2. Run yarn install --check-files if packages have changed.
  3. Run rails db:migrate if the database setup has changed.

Created With