Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 742 Bytes

README

This creates a Ruby on Rails project using Astro for views.

Installation

First, follow the Rails installation guide to ensure you have compatible versions of Ruby and Rails installed.

Once Ruby is set up, install packages / gems:

bundle install

Next, install JavaScript dependencies using the pnpm command:

pnpm install

Start the development server

Run pnpm dev in your terminal. This will start the Astro dev server at http://localhost:4321, and a Ruby on Rails server in the background. Be sure to open http://localhost:4321 and not the Rails server.