Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 328 Bytes

blips

Blips of life is a generative audio experiment powered by React, Redux, and Tone.js.

How to run locally

// 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