README update
This commit is contained in:
parent
0d79b922a8
commit
cb87d9816e
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue