Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 203 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 203 Bytes

Deployment instructions

  1. Clone the repository.
  2. Install gems with bundle install.
  3. Migrate the database with rails db:migrate or rake db:migrate.
  4. Start the application with rails s.