https://github.com/ejfox/genmusic
Generative music / audio with tone.js
https://github.com/ejfox/genmusic
Last synced: about 1 month ago
JSON representation
Generative music / audio with tone.js
- Host: GitHub
- URL: https://github.com/ejfox/genmusic
- Owner: ejfox
- Created: 2019-03-10T23:39:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T23:39:39.000Z (over 7 years ago)
- Last Synced: 2026-04-03T21:49:48.659Z (2 months ago)
- Language: Vue
- Size: 110 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genmusic
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).