https://github.com/othmar52/ui24r-light
a less bloated html5 gui for the mixer hardware "Soundcraft UI24R"
https://github.com/othmar52/ui24r-light
Last synced: 4 days ago
JSON representation
a less bloated html5 gui for the mixer hardware "Soundcraft UI24R"
- Host: GitHub
- URL: https://github.com/othmar52/ui24r-light
- Owner: othmar52
- Created: 2020-02-14T07:59:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T13:50:37.000Z (about 3 years ago)
- Last Synced: 2023-08-26T20:51:34.456Z (almost 3 years ago)
- Language: Vue
- Size: 3.01 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ui24r-light
alternative audio routing for soundcraft ui24r's native web interface
simple webgui for using ui24r only as a matrix audio router
[
](https://github.com/othmar52/ui24r-light/blob/master/media/soundcraft-ui24r-matrix-audio-router.png?raw=true)
## 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/).