Audio registry specification and API with searchable list of packages
Registry Specification ⦁︎ Registry API ⦁︎ Roadmap
Website for Open Audio Stack with tools to create Plugin, Preset and Project packages.
Open Audio Stack Registry was built using:
- NodeJS 20.x
- TypeScript 5.x
- eslint 9.x
- prettier 3.x
- vitest 1.x
Install dependencies using:
npm install
Run dev commands using:
npm run lint
npm run format
npm run dev
npm test
Create a production build using:
npm run build
Run the production build:
npm start
This package is versioned using git tags:
npm version patch
git push && git push origin --tags
GitHub Actions will automatically publish the site to Github pages at:
https://open-audio-stack.github.io/open-audio-stack-site
For more information please contact kmturley