Go to file
Clément Pons 4803f11739 Initial commit 2025-08-19 18:03:12 +02:00
data Initial commit 2025-08-19 18:03:12 +02:00
.gitignore Initial commit 2025-08-19 18:03:12 +02:00
README.md Initial commit 2025-08-19 18:03:12 +02:00
bun.lock Initial commit 2025-08-19 18:03:12 +02:00
index.html Initial commit 2025-08-19 18:03:12 +02:00
index.ts Initial commit 2025-08-19 18:03:12 +02:00
main.ts Initial commit 2025-08-19 18:03:12 +02:00
package.json Initial commit 2025-08-19 18:03:12 +02:00
tsconfig.json Initial commit 2025-08-19 18:03:12 +02:00

README.md

stars

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.20. Bun is a fast all-in-one JavaScript runtime.