https://github.com/foundling/nullwerk
An HTML5 Synth
https://github.com/foundling/nullwerk
html5-synth webaudio-api webmidi
Last synced: 3 months ago
JSON representation
An HTML5 Synth
- Host: GitHub
- URL: https://github.com/foundling/nullwerk
- Owner: foundling
- Created: 2016-10-01T20:25:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-01T09:41:06.000Z (4 months ago)
- Last Synced: 2026-01-06T06:20:02.067Z (4 months ago)
- Topics: html5-synth, webaudio-api, webmidi
- Language: JavaScript
- Homepage: https://alexramsdell.com/projects/nullwerk
- Size: 1.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nullwerk
> An HTML5 Synth
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).