Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 540 Bytes

File metadata and controls

20 lines (14 loc) · 540 Bytes
id morphir-quick-start
title Morphir Quick Start
sidebar_position 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