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
|
||||
|
||||
-
|
||||
BUN 🐰
|
||||
|
||||
```bash
|
||||
bun install
|
||||
bun install && bun dev
|
||||
```
|
||||
|
||||
or
|
||||
NPM 🪟
|
||||
|
||||
```bash
|
||||
npm run install
|
||||
```
|
||||
|
||||
-
|
||||
|
||||
```bash
|
||||
bun dev
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
npm run install && npm run dev
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue