Skip to content

Commit d35a095

Browse files
committed
docs: Add terminal output ss
1 parent 2e772b9 commit d35a095

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ npm run custom:dev https://github.com/yourUsername/p5.js.git#yourBranch
401401

402402
This will build the reference from your branch and start a development preview of the website. A URL will be logged in the console that you can go to in your browser to test out your changes.
403403

404+
If everything is working correctly, your terminal output should look similar to this:
405+
![Terminal output showing successful npm run custom:dev execution](src/content/contributor-docs/images/custom-dev-terminal-output.png)
406+
404407
* When you're done, you can run this command to reset your changes:
405408

406409
```
36.7 KB
Loading

0 commit comments

Comments
 (0)