mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-12 06:18:43 -04:00
docs: expand install manual for running website locally (#4431)
This commit is contained in:
parent
9c492afc83
commit
26f8088b38
1 changed files with 3 additions and 1 deletions
|
@ -41,10 +41,12 @@ GitHub deploys the website to production after merging anything to a `master` br
|
|||
|
||||
## Local Testing
|
||||
|
||||
Install Node.js (v20 or newer).
|
||||
|
||||
Run:
|
||||
|
||||
```sh
|
||||
npm install
|
||||
npm install --legacy-peer-deps
|
||||
npm run start
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue