https://github.com/othmar52/jam-player
some kind of a webbrowser based stem-player (multi-track audio)
https://github.com/othmar52/jam-player
Last synced: 3 days ago
JSON representation
some kind of a webbrowser based stem-player (multi-track audio)
- Host: GitHub
- URL: https://github.com/othmar52/jam-player
- Owner: othmar52
- Created: 2020-04-12T10:07:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:56:23.000Z (over 3 years ago)
- Last Synced: 2023-08-26T20:51:32.610Z (almost 3 years ago)
- Language: Vue
- Size: 9.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# player
## 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/).