Web player frontend for the song-serve server
PyQt Library Management UI
cd web-player
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# if pyqt5 not installed
sudo pip3 install pyqt5
cd pyqt-management
./SongServe.py
For detailed explanation on how things work, consult the docs for vue-loader.
- song-serve server (https://github.com/ryanrouleau/song-serve)
- pyqt5
- node/npm