This commit is contained in:
Julian Freeman
2025-12-01 12:40:26 -04:00
commit 9ace5221fc
10 changed files with 435 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# safemarks-server
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.