Web components + Framework integration for VirtuAW - the Virtual Audio Workstation.
git clone https://github.com/virtuaw/components.git virtuaw-components
cd virtuaw-components
and run:
npm install
npm start
To build the component library, run:
npm run build
To run the unit tests, run:
npm test