MuPiBox is an easy to use music player, controlled via touch display. You can use local music, Spotify and streams.
For more information:
Please visit official website https://mupibox.de/anleitungen/installationsanleitung/was-wird-benoetigt/
Please visit official website https://mupibox.de/anleitungen/installationsanleitung/kompatible-hardware/
Please visit official website https://mupibox.de/anleitungen/installationsanleitung/einfache-installation/
All contributions, e.g., reporting issues etc., are welcome.
If you want to contribute changes to the MuPiBox source code is easy thanks to GitHub codespaces that allow you to develop inside the browser without needing to set up a local development environment.
src
npm install
in the root folder the first time. To start the development server, copy the config/templates/www.json
as config.json
and the monitor.json
files to the src/backend-api/config
folder, and then run npm run serve:backend-api
and npm run serve:frontend-box
.AdminInterface/www
.
php -S 127.0.0.1:8000
to start a development server.The Dockerfile in the root directory allows you to test your changes in a production setting (make sure to run deploy.sh
first). Currently, only the box UI can be tested this way.