https://github.com/nobe4/rcm
Random Chord Machine
https://github.com/nobe4/rcm
chords javascript music random random-chords-machine rcm
Last synced: 2 months ago
JSON representation
Random Chord Machine
- Host: GitHub
- URL: https://github.com/nobe4/rcm
- Owner: nobe4
- Created: 2018-01-02T15:52:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T16:45:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T06:41:46.694Z (over 1 year ago)
- Topics: chords, javascript, music, random, random-chords-machine, rcm
- Language: JavaScript
- Homepage: http://rcm.nobe4.fr
- Size: 934 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rcm
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).