Skip to content

Commit 26f8088

Browse files
authored
docs: expand install manual for running website locally (#4431)
1 parent 9c492af commit 26f8088

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/docs/contributing/website.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ GitHub deploys the website to production after merging anything to a `master` br
4141

4242
## Local Testing
4343

44+
Install Node.js (v20 or newer).
45+
4446
Run:
4547

4648
```sh
47-
npm install
49+
npm install --legacy-peer-deps
4850
npm run start
4951
```
5052

0 commit comments

Comments
 (0)