Clone the repo and cd into the folder.
After running bundle run rails db:migrate followed by rails db:seed.
Run the rails server in port 4000 using rails s -p 4000
Run npm install && npm start go to your local host port 3000 to see the application.
The default username and password to access the application is admin and admin.