Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 540 Bytes

File metadata and controls

20 lines (14 loc) · 540 Bytes
id title sidebar_position
morphir-quick-start
Morphir Quick Start
4

Morphir Quick Start

Install

The first step to using Morphir is installing. For this example we'll use the Elm front end for our modeling and generator into the JSON representation of the Morphir IR. So the first step is to install the Morphir Elm tooling. Take a look at the Installation Instructions for getting setup.

Create a project

Let's create a new project.

mkdir scratch
cd scratch