# 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: ```bash bun install ``` Run the development server: ```bash bun dev ``` ## Deployment Deploy the website: ```bash bun run build ```