Simple media for hosting and watching your media files remotely with ease.
Clone the repo git clone https://github.com/arBalasquide/media_server.git
then...
To run the server:
npm install
npm run build
npm run serve
or for development alone:
npm install
npm start
npm start
starts the nodemon that automatically relaunches the main source file upon detecting changes.
May need root privileges to run (sudo)