A virtual guitar amp in the browser. Originally written at the ScotlandJS Web Audio Hack Day 2015, but since developed onwards and now converted to TypeScript.
The original Hack Day sources are in the archive.
The project depends upon:
Run
npm install
Run
npm start
Then open http://localhost:8080/ in your browser.
Run
npm run build
git add assets/bundle*
git commit -m 'Saving new build of the bundle'
Run
npm run lint