Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/bullet-train-demo
https://github.com/dennis-every/bullet-train-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dennis-every/bullet-train-demo
- Owner: dennis-every
- License: mit
- Created: 2023-08-02T14:35:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T23:39:35.000Z (over 1 year ago)
- Last Synced: 2024-11-20T23:00:52.900Z (about 2 months ago)
- Language: Ruby
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Bullet Train Demo
## Getting Started
1. You must have the following dependencies installed:
- Ruby 3
- See [`.ruby-version`](.ruby-version) for the specific version.
- Node 19
- See [`.nvmrc`](.nvmrc) for the specific version.
- [PostgreSQL 14](https://www.postgresql.org/)
- 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).