obs-tablet-remote
obs-tablet-remote copied to clipboard
Tablet optimised OBS Remote
OBS Remote Tablet
OBS Remote UI optimised for tablets, but really it works with any web browser.
Building instructions
- Clone the repository
- Install dependencies
npm install
- Build it!
npm run build
Built files will be in dist/
directory, serve these with your favourite webserver, be it nginx, apache, one of those fancy one-liners or whatever.
Developing
- Clone
- Install dependencies
-
npm run dev