summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-22 16:57:58 -0500
committerDaniel Hader <[email protected]>2026-05-22 16:57:58 -0500
commit86555bd1f89154394f4e997786896e710dd2ba1b (patch)
treefe269559b6b4191a6f5ecd84465bb066f63a4614 /README.md
parent92436c8bb9eafcc56219e784f8b374edfb1907a3 (diff)
JWT encoding and minor cosmetic changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f2f34a1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# Campersand Code Golf Leaderboard
+
+A simple web app for keeping track of camper code golf submissions
+
+## Running
+
+The app expects an environment variable JWT_SECRET to hold a secret for encrypting JWTs.
+If you have your secret in `.env` you can run the server like this
+
+```bash
+env $(cat .env | xargs) cargo run
+``` \ No newline at end of file