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
-
cd
to the project directory. -
Make sure Node.js is installed. Then enter:
npm install
. -
To modify the css, make sure
sass
is installed. Then compile with:sass scss/main.scss www/css/main.css
If 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.