Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 329 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 329 Bytes

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