about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-10-11 14:16:04 -0400
committerBen Harris <ben@tilde.team>2021-10-11 14:16:04 -0400
commit04d05d747481f89540ac58f24890f0b7a9809b6f (patch)
tree92153bd49eb7fde741d32b0420e20f840fe4cfcf
parent284cf8d887b1e76d97a2b2ca1f87a34bd59aeabf (diff)
update 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
-
-* ...