Skip to content

Commit d101f6b

Browse files
committed
changed the server running command from 'grunt server' to 'npm run watch'.
1 parent 1270527 commit d101f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor_docs/Adding_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Examples help demonstrate different programming concepts and functionality of th
5454
4. [Grunt](https://gruntjs.com/) should now be installed, and you can use it to build the website by navigating to the top level directory and typing:
5555
5656
```bash
57-
grunt server
57+
npm run watch
5858
```
5959
6060
5. A local build of the p5js.org site should open in your web browser and you can navigate to the examples page to see your changes.

0 commit comments

Comments
 (0)