init 🌮

This commit is contained in:
Andras Bacsai
2024-03-04 14:07:59 +01:00
commit d83b3c0b62
22 changed files with 11028 additions and 0 deletions

15
bun/README.md Normal file
View File

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