Skip to content

bholmesdev/astro-on-rails

Repository files navigation

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.

About

Ruby on Rails with Astro as the view layer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published