summaryrefslogtreecommitdiff
path: root/README.md
blob: f2f34a1d412e4e3db61610b0e2a80ba0cb5cf846 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
```