README update

This commit is contained in:
nomadics9 2024-06-13 03:45:24 +03:00
parent 0d79b922a8
commit cb87d9816e

View file

@ -78,8 +78,26 @@ pocketbase serve
``` ```
2. dev mode 2. dev mode
1.
```bash ```bash
bun dev OR npm run dev bun install
``` ```
or
```bash
npm run install
```
2.
```bash
bun dev
```
or
```bash
npm run dev
```