This commit is contained in:
2024-09-13 17:08:31 +02:00
parent 4272f14ebf
commit 6a65074c16
17 changed files with 797 additions and 26 deletions

15
server/README.md Normal file
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.1.27. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.