diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
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 |
