Random cue point/duration stream of audio curated material.
Visit Live (0.2.1)
Use npm
( or yarn
) to:
cd random-stream
npm install
Run test suite written with tape
under test/
with:
npm run test
Build application under gitignored folder dist/
with:
npm run build
in order to develop locally use:
npm run watch
which will watch folder changes and run build process.
Serve static build files with:
npm run serve