Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 360 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 360 Bytes

Running the server locally

After downloading the repository Install the gems

bundle

Install tailwind css

rails tailwindcss:install

Create the database

rails db:create

Migrate the database

rails db:migrate

Seed the database

rails db:seed

Start server:

rails s

Visit localhost:3000 to see the app.