- Install ruby v3.2.2. You can install that directly or using 
rvm - Then install bundler using 
gem install bundler - Then install foreman using 
gem install foreman - Clone this repo and run the commands inside the repo to get started
 
- Run 
bundlecommand to install server side dependencies - Run 
yarnto install javascript depenedencies - Run 
rails db:create && rails db:migrate && rails db:seed - Run 
foreman startto start all processes - Go to http://localhost:3000
 


