https://github.com/devpaul/webaudio-experiments
https://github.com/devpaul/webaudio-experiments
audio webaudio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devpaul/webaudio-experiments
- Owner: devpaul
- Created: 2018-04-19T05:39:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T05:40:26.000Z (about 8 years ago)
- Last Synced: 2025-03-23T08:41:54.750Z (about 1 year ago)
- Topics: audio, webaudio
- Language: TypeScript
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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