Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 520 Bytes

tutorials.md

File metadata and controls

19 lines (13 loc) · 520 Bytes
id title
morphir-quick-start
Morphir Quick Start

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