An open API service indexing awesome lists of open source software.

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.

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
```