Added bun dependencies + created hono template

This commit is contained in:
2025-10-22 01:18:32 -04:00
parent a5bcc5335c
commit 8d0ef5616a
7 changed files with 134 additions and 0 deletions

15
alarm-server/README.md Normal file
View File

@@ -0,0 +1,15 @@
# alarm-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.0. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.