frontend/README.md

16 lines
222 B
Markdown
Raw Normal View History

2025-06-30 12:31:14 -07:00
# frontend
To install dependencies:
```bash
bun install
```
To develop:
```bash
bun run dev
```
This project was created using `bun init` in bun v1.2.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.