Skip to content

Commit 220f526

Browse files
authored
Update README.md (#2727)
adding emphasis for building and starting docs using npm instead of pnpm
1 parent 769c31c commit 220f526

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ If this is your jam, check out: [Getting Started](docs/getting-started.mdx) to s
88

99
## Local Development
1010

11+
<mark> Please make sure to use **npm** instead of **pnpm** to start and build docs </mark>
12+
1113
```bash
1214
npm install
1315
npm run dev
14-
```
16+
```

0 commit comments

Comments
 (0)