Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 903 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 903 Bytes

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:

  • Morphic

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