Multiplayer tierlist app written in rust, login with twitch to play.
Setup involves:
- cert.pem and key.pem, which can be generated with restart.sh
- ports 80 and 443 forwarded for http and https
- environment variable PRODUCTION created with any value other than an empty string
- .env file with TWITCH_CLIENT_ID TWITCH_CLIENT_SECRET ADMIN_PASSWORD set. twitch variables can be gotten by logging into twitch developer portal and creating a new oauth app.