Update READMEs

This commit is contained in:
Richard Feldman
2016-03-06 00:16:38 -08:00
parent 0edc438117
commit 70e78a4028
6 changed files with 16 additions and 46 deletions

View File

@@ -20,6 +20,16 @@ git clone https://github.com/rtfeldman/elm-workshop.git
cd elm-workshop
```
## Install dependencies
Run this at the terminal:
```bash
npm install
```
This will probably take several minutes.
## Start with Stage 1
Run this at the terminal:

View File

@@ -1,15 +1,7 @@
Stage 1
=======
## Install the Project
Run this at the terminal:
```bash
npm install
```
## Engage Auto-Rebuilding
To engage Auto-Rebuilding:
```bash
npm run watch

View File

@@ -1,15 +1,7 @@
Stage 2
=======
## Install the Project
Run this at the terminal:
```bash
npm install
```
## Engage Auto-Rebuilding
To engage Auto-Rebuilding:
```bash
npm run watch

View File

@@ -1,15 +1,7 @@
Stage 3
=======
## Install the Project
Run this at the terminal:
```bash
npm install
```
## Engage Auto-Rebuilding
To engage Auto-Rebuilding:
```bash
npm run watch

View File

@@ -1,15 +1,7 @@
Stage 4
=======
## Install the Project
Run this at the terminal:
```bash
npm install
```
## Engage Auto-Rebuilding
To engage Auto-Rebuilding:
```bash
npm run watch

View File

@@ -1,21 +1,13 @@
Stage 5
=======
## Install the Project
Run this at the terminal:
```bash
npm install
```
## Run Tests
To run tests:
```bash
npm test
```
## Engage Auto-Rebuilding
To engage Auto-Rebuilding:
```bash
npm run watch