Unofficial MixerBox as a standalone application on Desktop.
Make it easier to maintain and play YouTube videos with keyboard shortcuts. (play, pause, next and previous)
Solution: After login to facebook, restart the app.
Made with Electron.
Init:
$ npm install
Run:
$ npm run start
Build all:
$ npm run build
Build macOS:
$ npm run build:osx
Build Windows:
$ npm run build:win32
Build Linux:
$ npm run build:linux