/hotwiredcases

A collection of cases to apply Hotwire in your Rails application

Primary LanguageRuby

Hotwired cases

A collection of cases where you can apply Hotwire in your Rails applications.

Setup

Requirements

  • Ruby 3.1.2
  • Postgresql
  • Foreman

Run app

Setup with

bin/setup

Seed database with

rails db:seed 
or 
rails db:seed:replant

Start the server and build assets

bin/dev