# 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 ```