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 on a specific port and with a specific UCM token
UCM_TOKEN=asdf UCM_PORT=4444 ucm headless --allow-cors-host tauri://localhost
If on Windows, use this command instead:
UCM_TOKEN=asdf UCM_PORT=4444 ucm headless --allow-cors-host https://tauri.localhost
Then start the UCM Desktop app as you would normally.
When running for development start UCM like so:
UCM_TOKEN=asdf UCM_PORT=4444 ucm headless --allow-cors-host http://localhost:1420
Then start the app with:
npm start