/p5-doohickey

A simple doohickey tool for creating p5.js based projects

Primary LanguageTypeScriptMIT LicenseMIT

p5-doohickey

A simple doohickey tool for creating p5.js based projects


Start

Start the doohickey p5.js project by running following command in terminal:

pnpm start

# or (yarn start)
# or (npm start)

Build

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.