Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.86 KB

File metadata and controls

74 lines (49 loc) · 1.86 KB

Open Audio Stack Logo
Open Audio Stack

Audio registry specification and API with searchable list of packages

Registry Specification ⦁︎ Registry API ⦁︎ Roadmap

Test Release Join the chat at Discord

Open Audio Stack - Registry - Specification 1.0.0

open-audio-stack-site

Website for Open Audio Stack with tools to create Plugin, Preset and Project packages.

Developer information

Open Audio Stack Registry was built using:

  • NodeJS 20.x
  • TypeScript 5.x
  • eslint 9.x
  • prettier 3.x
  • vitest 1.x

Developer installation

Install dependencies using:

npm install

Developer usage

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

Developer deployment

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

Contact

For more information please contact kmturley