My Sketchbook
This repo is my sketchbook for working with p5.js.
What you want to do | How to do it |
---|---|
Run a local server | npm run serve , then visit localhost:8080 |
Create a new sketch | npm run sketch |
Publish recently committed sketches (skips anything not committed in Git) | npm run share |