Skip to content

Instantly share code, notes, and snippets.

@JetStarBlues
JetStarBlues / p5Workflow.md
Last active February 21, 2022 03:46
p5 Contribution Workflow

Core (p5.js)

Modifying p5 Documentation

  1. Generate a p5.min.js file containing changes via npm run grunt

  2. Add the new p5.min.js file to the docs directory by using ./copyfiles.sh

  3. Steps 1 & 2 can be done as one-liner: npm run grunt && ./copyfiles.sh