This application is ready to go, configured with Tailwind CSS, RSpec, and Bun.
Run bin/dev to start the development server.
bin/dev
Try rails g scaffold Post title:string body:text
rails g scaffold Post title:string body:text
Execute bundle exec rspec to run the test suite.
bundle exec rspec