https://github.com/eoinkelly/bullet-train-test
https://github.com/eoinkelly/bullet-train-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eoinkelly/bullet-train-test
- Owner: eoinkelly
- License: mit
- Created: 2022-03-26T18:50:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T18:53:12.000Z (over 3 years ago)
- Last Synced: 2025-01-07T08:48:41.155Z (9 months ago)
- Language: Ruby
- Size: 1.85 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.example.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Untitled Application
## Getting Started
1. You must have the following dependencies installed:
- Ruby 3
- See [`.ruby-version`](.ruby-version) for the specific version.
- Node 16
- See [`.nvmrc`](.nvmrc) for the specific version.
- PostgreSQL 13
- Redis 6.2
- [Chrome](https://www.google.com/search?q=chrome) (for headless browser tests)If you don't have these installed, you can use [rails.new](https://rails.new) to help with the process.
2. Run the `bin/setup` script.
3. Start the application with `bin/dev`.
4. Visit http://localhost:3000.## Information about Bullet Train
If this is your first time working on a Bullet Train application, be sure to review the [Bullet Train Basic Techniques](https://bullettrain.co/docs/getting-started) and the [Bullet Train Developer Documentation](https://bullettrain.co/docs).