Update READMEs and clean up some dead code.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,12 +9,6 @@ Run this at the terminal:
|
||||
npm install
|
||||
```
|
||||
|
||||
## Run Tests
|
||||
|
||||
```bash
|
||||
npm test
|
||||
```
|
||||
|
||||
## Engage Auto-Rebuilding
|
||||
|
||||
```bash
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Stage 3
|
||||
Stage 5
|
||||
=======
|
||||
|
||||
## Install the Project
|
||||
|
||||
Reference in New Issue
Block a user