Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 264 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 264 Bytes

Web Synth, a Web Audio API example

Setup

Install dependencies:

npm i

Build

npm run build

To watch files and rebuild when the files are modified, run the following command in a separate shell:

npm run build:watch