Skip to content

Commit cfc2db3

Browse files
committed
docs: Add npm install step
1 parent 4bb86cf commit cfc2db3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/contributor-docs/en/contributing_to_the_p5js_reference.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,12 @@ The p5.js repository is set up so that you can generate and preview the referenc
382382

383383
To do so, make sure you have committed your changes to a branch of your fork of p5.js.
384384

385+
* First, ensure you have the necessary dependencies installed in the p5.js-website repository:
386+
387+
```
388+
npm install
389+
```
390+
385391
* Then, in the p5.js-website repo, run the following command, using the URL of your fork of p5 before the `#`, and the name of your branch after the `#`:
386392

387393
```

0 commit comments

Comments
 (0)