Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 493 Bytes

DEVELOPER.md

File metadata and controls

executable file
·
23 lines (15 loc) · 493 Bytes

Developer Guide

For documentation on developing modules, please see the Wiki

To develop Companion itself, start here

TL;DR

yarn install
yarn dev

Connect to it at http://localhost:8000/

Optionally, in another terminal:

# Run front end in dev mode for auto-refresh
yarn dev:webui

Connect to it at http://localhost:5173/