npm install
node.js server
npm run start
WebSockets server
npm run ws
Default admin URL
http://localhost:50780/master
Default presentation URL
http://localhost:50780
If you wanted to change IP or PORT for app. It's very easy with .env
cp .env.dist .env
Then change values in .env file (remember to reload app)