From 86555bd1f89154394f4e997786896e710dd2ba1b Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Fri, 22 May 2026 16:57:58 -0500 Subject: JWT encoding and minor cosmetic changes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3