HQPWV is a local webserver that allows you to remotely control HQPlayer from any device on your network using a web browser.
End-user installation instructions
Discussion thread on audiophilestyle
-
cdto the project directory. -
Make sure Node.js is installed. Then enter:
npm install. -
To modify the css, make sure
sassis installed. Then compile with:sass scss/main.scss www/css/main.cssIf simply trying to run the project, this step can be skipped, as the compiled css is included in the repository. -
Make sure HQPlayer 4 is running.
-
Start the server:
node server/server.js -
Browse to the locally served webpage as directed.
Executables are generated with pkg by simply entering:
pkg .
Front-end code consists of untranspiled, vanilla ES6 classes.