Skip to content

t2t2/obs-tablet-remote

Repository files navigation

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