Clone project.
Copy .env.example file to .env file.
.env.example
.env
Feel .env file by actual values of DATABASE_USER and DATABASE_PASSWORD.
Run rails db:create.
rails db:create
Run rails s.
rails s
Open http://localhost:3000/ in browser.
http://localhost:3000/