AquaNet(readme): also add bun guide

This commit is contained in:
Yonle
2026-05-31 23:15:07 +07:00
parent 18451b5948
commit 16ca445e7e

View File

@@ -21,3 +21,13 @@ Finally, run:
```
pnpm run dev
```
### Running locally (with bun)
Alternatively, If you prefer [Bun](https://bun.sh), You can do the same as above.
Start by configuring the `VITE_AQUA_HOST` in `.env` (copy `.env.example` file to `.env`) to use your URL.
and finally:
```
bun install
bun run dev
```