pinrails/README.md

12 lines
331 B
Markdown
Raw Permalink Normal View History

2021-10-11 18:16:04 +00:00
# [pinrails](https://nomipinball.bhh.sh)
2021-08-21 23:30:19 +00:00
2021-10-11 18:16:04 +00:00
just a silly little site to help run the pinball tournaments at
[the coin slot](https://thecoinslottc.com/).
2021-08-21 23:30:19 +00:00
2021-10-11 18:16:04 +00:00
currently using ruby 3, but should run on 2.7.x.
2021-08-21 23:30:19 +00:00
2021-10-11 18:16:04 +00:00
bundle install
RAILS_ENV=production bundle exec rails db:migrate
RAILS_ENV=production bundle exec assets:precompile
2021-08-21 23:30:19 +00:00