Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianrubisch/avo_action_repr
https://github.com/julianrubisch/avo_action_repr
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/julianrubisch/avo_action_repr
- Owner: julianrubisch
- License: mit
- Created: 2024-04-02T15:15:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T15:19:16.000Z (9 months ago)
- Last Synced: 2024-12-12T14:34:27.690Z (15 days ago)
- Language: Ruby
- Size: 3.76 MB
- Stars: 0
- Watchers: 2
- 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
# Avo Action Repro
## 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
- 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).### Render
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/bullet-train-co/bullet_train)
Clicking this button will take you to the first step of a process that, when completed, will provision production-grade infrastructure for your Bullet Train application which will cost about **$30/month**.
When you're done deploying to Render, you need to go into "Dashboard" > "web", copy the server URL, and then go into "Env Groups" > "settings" and paste the URL into the value for `BASE_URL`.