- Install all gems:
bundle install - Create the database:
bin/rails db:create db:schema:load - Seed the sample data:
bin/rails db:seed
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.
To run the tests, run bin/rails test in your terminal.