crawlnicle/frontend/README.md

16 lines
244 B
Markdown
Raw Permalink Normal View History

# crawlnicle-frontend
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run hello_controller.ts
```
This project was created using `bun init` in bun v0.6.9. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.