raisingthefloor / morphic-windows

Other
2 stars 5 forks source link

Morphic Windows Client

https://morphic.org/

Building Locally

The client and its dependent projects can be built using MSBuild:

msbuild Morphic.Client

To build the installer (add -p:Configuration=Release as required):

msbuild Morphic.Setup

Running (development)

Use the following launch profile:

Configuration

These launch profiles will use appsettings.Debug.json (and appsettings.Local.json if it exists). The addresses for the API and Web servers are defined in these files, in the MorphicService section. Developer-specific changes should be put in appsettings.Local.json.

Documentation