-
You must have the following dependencies installed:
- Ruby 3
- See
.ruby-version
for the specific version used in this application. - Use rvm to install local Ruby versions.
- See
- Node
- PostgreSQL 14
- Redis 6.2
- Chrome for headless browser tests.
- Ruby 3
-
Run the
bin/setup
script.- Look for failures. Solve only one issue at a time.
- Use Homebrew Formulae to install any necessary technologies.
-
Start the application with
bin/dev
.- Run the redis server with
redis-server
.
- Run the redis server with
-
Visit http://localhost:3000.
bundle exec standardrb
will run the standardrb linter and highlight issuesstandardrb --fix
automatic linting for quick formatting fixes
rails test
to run the Minitest in the command line
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.