A simple doohickey tool for creating p5.js based projects
Start the doohickey p5.js project by running following command in terminal:
pnpm start
# or (yarn start)
# or (npm start)
Build the doohickey p5.js project by running following command in terminal:
pnpm build
# or (yarn build)
# or (npm build)
This command will compile all the source code and create a production ready build inside dist
folder.