This commit is contained in:
kjy
2025-12-28 22:37:51 +09:00
parent 151d3a0908
commit e75e731bae
2 changed files with 2 additions and 16 deletions

View File

@@ -1,15 +1 @@
# sung2 # woogang ranking
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.22. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.

View File

@@ -29,6 +29,6 @@
"xlsx": "^0.18.5" "xlsx": "^0.18.5"
}, },
"scripts": { "scripts": {
"start": "bun run src/starter.ts" "start": "bun run starter.ts"
} }
} }