- Clone the repo
- cd into the app folder
- Install all the gems: -run 'bundle install' in terminal
- Run webpack -run 'npm run webpack' in terminal
- Run rails server -run 'rails server' in terminal
- Visit the application locally -Open browser and enter 'localhost:3000'