README update
This commit is contained in:
parent
48da4535a1
commit
7d4eae08d9
1 changed files with 4 additions and 17 deletions
21
README.md
21
README.md
|
@ -78,27 +78,14 @@ pocketbase serve
|
||||||
```
|
```
|
||||||
|
|
||||||
2. dev mode
|
2. dev mode
|
||||||
|
BUN 🐰
|
||||||
-
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun install
|
bun install && bun dev
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
NPM 🪟
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run install
|
npm run install && npm run dev
|
||||||
```
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
```bash
|
|
||||||
bun dev
|
|
||||||
```
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm run dev
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue