httplog/README.md

17 lines
228 B
Markdown

# httplog
To install dependencies:
```bash
bun install
bun run build
```
To run:
```bash
bun test
```
This project was created using `bun init` in bun v1.1.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.