mirror of
https://git.haroon.hackclub.app/haroon/osu-leaderboard.git
synced 2025-04-03 18:14:16 +00:00
15 lines
229 B
Markdown
15 lines
229 B
Markdown
# osu!leaderboard
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.1.8. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|