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.

27 lines
347 B
Markdown

2 days ago
# GGWP Leaderboard Website
2 days ago
A simple website that displays the leaderboard of the GGWP match. The leaderboard can be updated by
the admin using a nice control panel.
2 days ago
## Development
2 days ago
Install the dependencies:
2 days ago
```bash
bun install
```
2 days ago
Run the development server:
2 days ago
```bash
bun dev
```
2 days ago
## Deployment
2 days ago
Deploy the website:
2 days ago
```bash
bun run build
```