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