Pedals (https://coog.ie/pedals)
An exploration of the Web Components and the Web Audio API by building out various guitar effects pedals as modular components.
To get started with the repo, simply clone it down and install dependencies (Yarn preferred)
$/pedals> yarn installand run:
$/pedals> yarn startThe application is hosted on Github pages and, as such, the build task generates a static site into the /docs folder.
To build the app for production, run:
$/pedals> yarn build