first commit

This commit is contained in:
Aidan 2025-04-12 20:47:18 -04:00
commit b7a64260e8
5 changed files with 94 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# beesrv-server
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```