From 04d05d747481f89540ac58f24890f0b7a9809b6f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 11 Oct 2021 14:16:04 -0400 Subject: [PATCH] update README.md --- README.md | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7db80e4..9715a1b 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,11 @@ -# README +# [pinrails](https://nomipinball.bhh.sh) -This README would normally document whatever steps are necessary to get the -application up and running. +just a silly little site to help run the pinball tournaments at +[the coin slot](https://thecoinslottc.com/). -Things you may want to cover: +currently using ruby 3, but should run on 2.7.x. -* Ruby version + bundle install + RAILS_ENV=production bundle exec rails db:migrate + RAILS_ENV=production bundle exec assets:precompile -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ...