Add README

This commit is contained in:
Richard Feldman
2016-03-04 02:28:17 -08:00
parent 1b470fd0a5
commit 3ea9c8d9d8
+20
View File
@@ -0,0 +1,20 @@
Getting Started
===============
## Install Elm
Visit http://elm-lang.org/install to get set up.
## Install the Project
Run this at the terminal:
```bash
npm install
```
## Automatically Rebuild
```bash
npm run watch
```