This framework creates a browser-based environment for exploring web audio, using the Tone.js and p5.js libraries.
In the project directory, you can run:
install all required dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
install jsdoc locally into the project folder: npm install --save-dev jsdoc (this should be done automatically by just running npm install)
run npx jsdoc -c .jsdoc.json to generate docs
- you might need to check your git ignore doesn't exclude the /doc folder