Skip to content

unisonweb/ucm-desktop

Repository files navigation

UCM Desktop

A desktop app companion to the UCM CLI. A.k.a. Graphical UCM.

Alt


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.


Running

UCM the CLI needs to be running for the desktop app to connect to it. Simply start ucm however you usually do.

Running for development

When running for development start UCM like so:

ucm --allow-cors-host http://localhost:1420

Then start the app with:

npm start