initial commit

This commit is contained in:
Rana 2024-06-30 10:18:57 +01:00
commit d1e0ca8d46
6 changed files with 264 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# 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.