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.