Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 168 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 168 Bytes

README

  • Normal Rails Setup:

    • clone the repo

    • cd repo/path

    • rake db:create

    • rake db:migrate

    • rake db:seed

    • rails s