Update styles and some part7 stuff

This commit is contained in:
Richard Feldman
2016-04-03 06:52:15 -07:00
parent 39846484fd
commit 2cac968a21
21 changed files with 343 additions and 97 deletions

View File

@@ -16,10 +16,3 @@ to fail; in that case, just run `elm package install` again.)
elm live Main.elm --open -- --output=elm.js
```
## Running Tests
```bash
cd test
elm package install
elm test TestRunner.elm
```