chore: init

This commit is contained in:
Cfp
2025-06-20 16:37:16 +02:00
commit 70516441f2
9 changed files with 625 additions and 0 deletions

15
README.md Normal file
View File

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