https://github.com/coogie/pedals
An exploration of the Web Components and the Web Audio API by building out various guitar effects pedals as modular components.
https://github.com/coogie/pedals
Last synced: 11 months ago
JSON representation
An exploration of the Web Components and the Web Audio API by building out various guitar effects pedals as modular components.
- Host: GitHub
- URL: https://github.com/coogie/pedals
- Owner: coogie
- License: gpl-3.0
- Created: 2019-07-02T00:58:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T21:59:31.000Z (almost 7 years ago)
- Last Synced: 2025-03-04T16:47:55.868Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://coog.ie/pedals
- Size: 2.99 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Getting Started
To get started with the repo, simply clone it down and install dependencies ([Yarn preferred](https://yarnpkg.com/en/))
```bash
$/pedals> yarn install
```
and run:
```bash
$/pedals> yarn start
```
The 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:
```bash
$/pedals> yarn build
```