Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 236 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 236 Bytes

How to set up the application

  • Run bundle install from the root directory to install ruby dependencies
  • Run yarn install to install npm packages
  • Run rails db:setup to setup the database
  • rails s to start the application