-
You must have the following dependencies installed:
- Ruby 3
- See
.ruby-versionfor the specific version.
- See
- Node 19
- See
.nvmrcfor the specific version.
- See
- PostgreSQL 14
- Redis 6.2
- Chrome (for headless browser tests)
If you don't have these installed, you can use rails.new to help with the process.
- Ruby 3
-
Run the
bin/setupscript. -
Start the application with
bin/dev. -
Visit http://localhost:3003.
If this is your first time working on a Bullet Train application, be sure to review the Bullet Train Basic Techniques and the Bullet Train Developer Documentation.