docs: expand install manual for running website locally (#4431)

This commit is contained in:
Oleksandr Redko 2024-02-29 22:20:42 +02:00 committed by GitHub
parent 9c492afc83
commit 26f8088b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,10 +41,12 @@ GitHub deploys the website to production after merging anything to a `master` br
## Local Testing ## Local Testing
Install Node.js (v20 or newer).
Run: Run:
```sh ```sh
npm install npm install --legacy-peer-deps
npm run start npm run start
``` ```