Getting Started

Get up and running with Morphir .NET

Installation

Prerequisites

Install Morphir CLI

dotnet tool install -g Morphir

Verify Installation

morphir --version

Your First Project

1. Create a New Project

dotnet new console -n MyMorphirProject
cd MyMorphirProject

2. Add Morphir.Core Package

dotnet add package Morphir.Core

3. Build Your Project

dotnet build

Next Steps


Installation

Install Morphir .NET on your system

Validating IR Files

Quick start guide for validating Morphir IR JSON files