https://github.com/eltonfaust/media-controller-rasp
Media controller for raspberry pi with focus on 3.5" touch display
https://github.com/eltonfaust/media-controller-rasp
electronjs media-server plex raspberry-pi subtitles vuejs
Last synced: about 2 months ago
JSON representation
Media controller for raspberry pi with focus on 3.5" touch display
- Host: GitHub
- URL: https://github.com/eltonfaust/media-controller-rasp
- Owner: EltonFaust
- Created: 2019-06-15T21:35:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T01:51:41.000Z (about 3 years ago)
- Last Synced: 2024-05-29T19:06:20.618Z (about 2 years ago)
- Topics: electronjs, media-server, plex, raspberry-pi, subtitles, vuejs
- Language: JavaScript
- Homepage:
- Size: 3.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media controller for Raspberry PI touch
[](https://github.com/EltonFaust/media-controller-rasp/actions)
---
## Project setup Raspberry PI
```
curl -sL https://raw.githubusercontent.com/EltonFaust/media-controller-rasp/master/scripts/install.sh | sudo -E bash -
```
## Project setup local
```
npm ci
```
---
## Production
Uses a pre-built version saved on `dist` directory
## Start app
```
npm run start
```
## Build app
```
npm run build
```
---
## Development usage
Requires 2 terminal sessions
### Real time compiles and hot-reloads for development
```
npm run serve
```
### Start app on development
```
npm run start-dev
```