about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files 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
-
-* ...