about summary refs log tree commit diff
path: root/README.md
blob: 9715a1ba71bbd1951c11801a517af4ffd62cdeb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# [pinrails](https://nomipinball.bhh.sh)

just a silly little site to help run the pinball tournaments at
[the coin slot](https://thecoinslottc.com/).

currently using ruby 3, but should run on 2.7.x.

    bundle install
    RAILS_ENV=production bundle exec rails db:migrate
    RAILS_ENV=production bundle exec assets:precompile