Tabellone per la gara di sabato
 
 
 
 
 
Go to file
Antonio De Lucreziis 3e5c54bf8f fix: tunable page scrolling, scoring rules
.vscode Initial commit from Astro
public feat: phc branding
src fix: tunable page scrolling, scoring rules
.dockerignore some updates
.drone.yml deploy: testing things up
.gitignore major stuff
Dockerfile updated dockerfile
README.md refactor: changed "stanza" to "gara"
astro.config.mjs some updates
bun.lockb more features
docker-compose.yml deploy: testing things up
package-lock.json some updates
package.json more features
tsconfig.json major stuff

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 data column 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