Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 364 Bytes

Bingo on Rails

A hacky demo for Stimulus in Rails 7.

If there are problems getting this started, reach out to me

Quick Start Guide

  1. Install Ruby ≥ 3.0.0
  2. Fork this and git clone it
  3. cd bingo-on-rails
  4. bundle install && yarn install
  5. rake db:create (requires psql setup)
  6. rake db:migrate
  7. rails css:install:bootstrap (Rails 7!)