Welcome to Your Rails 8 App!

This application is ready to go, configured with Tailwind CSS, RSpec, and Bun.

Next Steps

  • Start your server

    Run bin/dev to start the development server.

  • Generate a Scaffold

    Try rails g scaffold Post title:string body:text

  • Run Your Tests

    Execute bundle exec rspec to run the test suite.