You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
continuous-integration/drone/push Build is passing
Details
|
2 years ago | |
|---|---|---|
| .vscode | 2 years ago | |
| public | 2 years ago | |
| src | 2 years ago | |
| .dockerignore | 2 years ago | |
| .drone.yml | 2 years ago | |
| .gitignore | 2 years ago | |
| Dockerfile | 2 years ago | |
| README.md | 2 years ago | |
| astro.config.mjs | 2 years ago | |
| bun.lockb | 2 years ago | |
| docker-compose.yml | 2 years ago | |
| package-lock.json | 2 years ago | |
| package.json | 2 years ago | |
| tsconfig.json | 2 years ago | |
README.md
GGWP Leaderboard Website
A simple website that displays the leaderboard of the GGWP match. The leaderboard can be updated by the admin using a nice control panel.
Features
-
Made using Astro with the NodeJS adapter for the endpoints
-
Admins can create various matches and update the leaderboard using the control panel
-
The leaderboard is displayed in a nice table with the player's name, score
-
The leaderboard is updated in real-time using simple server-sent events
-
The database is SQLite with a rooms table that has a
datacolumn that stores the public JSON data of the match.
Development
Install the dependencies:
bun install
Run the development server:
bun dev
Deployment
Deploy the website:
bun run build