A desktop app companion to the UCM CLI. A.k.a. Graphical UCM.
This is currently an unreleased work in progress.
The goal is a UI that looks like this:
UCM desktop requires the UCM CLI to be running, simply start it with the ucm
command (Mac/Linux):
UCM_TOKEN=codebase UCM_PORT=5858 ucm --allow-cors-host tauri://localhost
Windows (Powershell):
$env:UCM_TOKEN="codebase"; $env:UCM_PORT="5858"; ucm --allow-cors-host http://tauri.localhost
Then start the UCM Desktop app as you would normally.
When running for development start UCM like so:
UCM_TOKEN=codebase UCM_PORT=5858 ucm --allow-cors-host http://localhost:1420
Then start the app with:
npm start