Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 182 Bytes

File metadata and controls

8 lines (7 loc) · 182 Bytes

Recipe App

Steps

  1. clone to your computer
  2. cd into the app folder
  3. run bundle install
  4. run rails db:reset db:migrate db:seed
  5. start the rails server by rails s