A desktop app companion to the UCM CLI. A.k.a. Graphical UCM.
This first version aims to replace Unison Local
Later releases will include more overlap with the features of the UCM CLI and indeed editing capabilities.
UCM the CLI needs to be running for the desktop app to connect to it. Simply start ucm
however you usually do.
When running for development start UCM like so:
ucm --allow-cors-host http://localhost:1420
Then start the app with:
npm start