Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.36 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.36 KB

Harmony

Getting Started

  1. You must have the following dependencies installed:

    • Ruby 3
    • Node 19
      • See .nvmrc for the specific version.
    • 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.

  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 and the Bullet Train Developer Documentation.

Heroku

Deploy to Heroku

Clicking this button will take you to the first step of a process that, when completed, will provision demo-grade infrastructure and services for your Bullet Train application which will cost about $22/month.

Once that process has completed, be sure to complete the other steps from the Deploying to Heroku documentation.