This project is an opinionated starter for a gallery of P5.js sketches.
Sketches are identified by their url hash and can be chosen using a dropdown.
- update
package.jsonand replace thepublicURLwith the name of your repository - update the project name in
package.json - update the github url in
package.json
npm run develop- start an interactive server which live-reloads changes
npm run build- run the production build
npm run check- run the typescript compiler to check types in the project
- Parcel
- Typescript
- eslint
- prettier
- husky