Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 758 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 758 Bytes

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