Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 348 Bytes

File metadata and controls

13 lines (10 loc) · 348 Bytes

Hogwarts on Rails 2020

To download and run this project, run the following from your WSL command line:

git clone https://github.com/StungEye-RRC/Hogwarts-2020.git
cd Hogwart-2020
bundle install
yarn install
rails db:migrate
rails db:seed
rails s

Could can then visit http://localhost:3000.