Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 211 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 211 Bytes

README

##Getting Started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate