First clone down the repository and navigate into the remotevolumecontrol folder.
Then run the following commands:
npm i --save win-audioand
npm ITo start the code write the command:
npm run devThis will start the code up. You can then control the volume on the started up website.
To control the volume remotely port forward the port used on the website and then access the website using your device ip followed by the port (example: http://123.123.123.123:3000)