Multiplayer Tierlist Web App
- Rust 49.8%
- CSS 26%
- HTML 22%
- Shell 1.7%
- JavaScript 0.3%
- Other 0.2%
| public | ||
| src | ||
| templates | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| restart.sh | ||
| server_control.sh | ||
| tailwind.config.js | ||
| watch.ps1 | ||
| watch.sh | ||
Multiplayer Tierlist
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.