Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 256 Bytes

Getting Started

Running the application

To run the application, be sure to follow the order of commands in the terminal:

  1. sh bin/dev
  2. gem install bundler
  3. bundle install
  4. rails db:create
  5. rails db:migrate
  6. rails s -b `hostname -i`