panorama/packages/panorama-daemon/README.md

16 lines
230 B
Markdown
Raw Normal View History

2024-07-10 01:06:19 +00:00
# panorama-daemon
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.