Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 427 Bytes

OBS Remote Tablet

OBS Remote UI optimised for tablets, but really it works with any

Building instructions

  • Clone the repository
  • Install dependencies npm install
  • Build it! npm run build -- --homepage /

Note: By default the build script assumes deployment to the main URL. --homepage <url> lets you specifiy the base URL the assets will follow.

Developing

  • Clone
  • Install dependencies
  • npm run dev