soupclown core

This commit is contained in:
2026-04-17 17:50:16 -04:00
parent e31a5335ee
commit 4326ba9d54
10 changed files with 236 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# core
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.3. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.