itpdp/dev-proxy/README.md
2026-05-04 10:47:12 +02:00

15 lines
225 B
Markdown

# dev-proxy
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.11. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.