/docs

Primary LanguageJavaScriptMIT LicenseMIT

audiojs docs

Documentation for audiojs packages

Add repos to the modules.json then run deploy script. It makes the requests to github and caches inside deploy/cache

Inspired from pull-stream/pull-stream-docs and stackgl/packages

Scripts

To build the site to dist/:

npm run build

To build & deploy to gh-pages:

npm run deploy

To clear package cache:

npm run clean:cache