An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Media controller for Raspberry PI touch
[![GitHub Actions Workflow](https://github.com/EltonFaust/media-controller-rasp/workflows/Lint%20and%20build/badge.svg)](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
```