Skip to content

Commit

Permalink
docs: expand install manual for running website locally (golangci#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored and Antonboom committed Mar 3, 2024
1 parent eb9fa2c commit 6b64e63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/docs/contributing/website.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 6b64e63

Please sign in to comment.