Skip to content

A prototype Rails application demoing the Hotwire-Rails functionality.

Notifications You must be signed in to change notification settings

sharkeyryan/hotwire-rails

Repository files navigation

README

This is a basic Rails 6 application that uses Hotwire.

In order to get the application running locally (on your Mac), follow these steps.

  1. You can setup the application and database by running the setup script:
`setup`
  1. Once setup is completed, you can start the application using docker-compose with:
`start`