Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 569 Bytes

mc_rtc web-based UI

This is a prototype for a web-based ControllerClient for mc_rtc.

For now this is a stand-alone application but it could/should be implemented as a plugin for mc_rtc.

Building

Building the Javascript component

Make sure node is installed on your machine.

  • Go into the mc-rtc-ts folder
  • npm install (once)
  • npm run build (anytime you changes the Typescript sources)

Capture of the interface running in the browser