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

https://github.com/devpaul/webaudio-experiments


https://github.com/devpaul/webaudio-experiments

audio webaudio

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# WebAudio experiments

This project uses [lerna](https://github.com/lerna/lerna) to manage workflow between projects.

## Quick Start

`lerna bootstrap`

Lerna [bootstrap](https://github.com/lerna/lerna#bootstrap) will install all of your project dependencies and will
link together Lerna packages that are dependencies of one-another

### Building

`lerna run build`

Builds application packages locally

### Prettify

`lerna run pretty`

pretties up all of the source code according to prettier rules

### Serve

`npm run serve`

connect to http://localhost:8080