Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 516 Bytes

README

Setup

  • Install all gems: bundle install
  • Create the database: bin/rails db:create db:schema:load
  • Seed the sample data: bin/rails db:seed

Start the server

If you want to start the server to test the app, just run bin/rails server and go to http://localhost:3000 in your browser.

If you want to start the server and the Tailwind CSS compiler, run bin/dev and go to http://localhost:3000 in your browser.

Run the tests

To run the tests, run bin/rails test in your terminal.