mirror of
https://git.haroon.hackclub.app/haroon/osu-leaderboard.git
synced 2025-07-05 06:36:01 +00:00
initial commit
This commit is contained in:
commit
d1e0ca8d46
6 changed files with 264 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue