If there are problems getting this started, reach out to me
- Install Ruby ≥ 3.0.0
- Fork this and
git clone
it cd bingo-on-rails
bundle install && yarn install
rake db:create
(requires psql setup)rake db:migrate
rails css:install:bootstrap
(Rails 7!)