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 d9c53c9abc updated readme 2 days ago
.vscode Initial commit from Astro 4 days ago
public major stuff 3 days ago
src finished most things 2 days ago
.gitignore major stuff 3 days ago
README.md updated readme 2 days ago
astro.config.mjs major stuff 3 days ago
bun.lockb even more changes 2 days ago
package.json even more changes 2 days ago
tsconfig.json major stuff 3 days 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.

Development

Install the dependencies:

bun install

Run the development server:

bun dev

Deployment

Deploy the website:

bun run build