Update READMEs and clean up some dead code.

This commit is contained in:
Richard Feldman
2016-03-05 08:28:22 -08:00
parent 0015a48e52
commit 6f064918bf
6 changed files with 4 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
Stage 3
Stage 1
=======
## Install the Project
@@ -9,12 +9,6 @@ Run this at the terminal:
npm install
```
## Run Tests
```bash
npm test
```
## Engage Auto-Rebuilding
```bash

View File

@@ -1,4 +1,4 @@
Stage 3
Stage 2
=======
## Install the Project
@@ -9,12 +9,6 @@ Run this at the terminal:
npm install
```
## Run Tests
```bash
npm test
```
## Engage Auto-Rebuilding
```bash

View File

@@ -79,14 +79,6 @@ view address model =
]
onInput address wrap =
on "input" targetValue (\val -> Signal.message address (wrap val))
defaultValue str =
property "defaultValue" (Json.Encode.string str)
viewSearchResult : Address Action -> SearchResult -> Html
viewSearchResult address result =
li

View File

@@ -9,12 +9,6 @@ Run this at the terminal:
npm install
```
## Run Tests
```bash
npm test
```
## Engage Auto-Rebuilding
```bash

View File

@@ -1,4 +1,4 @@
Stage 3
Stage 4
=======
## Install the Project
@@ -9,12 +9,6 @@ Run this at the terminal:
npm install
```
## Run Tests
```bash
npm test
```
## Engage Auto-Rebuilding
```bash

View File

@@ -1,4 +1,4 @@
Stage 3
Stage 5
=======
## Install the Project