Blips of life is a generative audio experiment powered by React, Redux, and Tone.js.
// create your configuration file
cat .sample-env > .env
// install dependencies
npm i
// start your node server
npm run dev
// dynamically rebuild as your code
npm run build // <-- in another window