bfcache: server - initial commit

This commit is contained in:
2025-09-17 21:53:10 -04:00
parent c05368a6a6
commit 5a41f3ce26
7 changed files with 546 additions and 0 deletions

View File

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