Unofficial fork of DaBluLite's YouTube TV/Couch UI client for Windows and Linux (Mostly for the Steam Deck)
To install the nessecary modules, run:
npm i
To just run the app from the command line, run:
npx electron .
For Windows Portable build, run:
npx electron-builder
For Linux AppImage build, run:
npm run build:linux