Tabellone per la gara di sabato
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.
 
 
 
 
 
Antonio De Lucreziis 3df348d6be
continuous-integration/drone/push Build is passing Details
added meta tags and icon
2 days ago
.vscode Initial commit from Astro 1 week ago
public added meta tags and icon 2 days ago
src added meta tags and icon 2 days ago
.dockerignore some updates 1 week ago
.drone.yml deploy: testing things up 5 days ago
.gitignore major stuff 1 week ago
Dockerfile updated dockerfile 7 days ago
README.md refactor: changed "stanza" to "gara" 1 week ago
astro.config.mjs some updates 1 week ago
bun.lockb more features 6 days ago
docker-compose.yml deploy: testing things up 5 days ago
package-lock.json some updates 1 week ago
package.json more features 6 days ago
tsconfig.json major stuff 1 week 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 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