Update READMEs
This commit is contained in:
10
README.md
10
README.md
@@ -20,6 +20,16 @@ git clone https://github.com/rtfeldman/elm-workshop.git
|
|||||||
cd elm-workshop
|
cd elm-workshop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Install dependencies
|
||||||
|
|
||||||
|
Run this at the terminal:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
This will probably take several minutes.
|
||||||
|
|
||||||
## Start with Stage 1
|
## Start with Stage 1
|
||||||
|
|
||||||
Run this at the terminal:
|
Run this at the terminal:
|
||||||
|
|||||||
@@ -1,15 +1,7 @@
|
|||||||
Stage 1
|
Stage 1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
## Install the Project
|
To engage Auto-Rebuilding:
|
||||||
|
|
||||||
Run this at the terminal:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Engage Auto-Rebuilding
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run watch
|
npm run watch
|
||||||
|
|||||||
@@ -1,15 +1,7 @@
|
|||||||
Stage 2
|
Stage 2
|
||||||
=======
|
=======
|
||||||
|
|
||||||
## Install the Project
|
To engage Auto-Rebuilding:
|
||||||
|
|
||||||
Run this at the terminal:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Engage Auto-Rebuilding
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run watch
|
npm run watch
|
||||||
|
|||||||
@@ -1,15 +1,7 @@
|
|||||||
Stage 3
|
Stage 3
|
||||||
=======
|
=======
|
||||||
|
|
||||||
## Install the Project
|
To engage Auto-Rebuilding:
|
||||||
|
|
||||||
Run this at the terminal:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Engage Auto-Rebuilding
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run watch
|
npm run watch
|
||||||
|
|||||||
@@ -1,15 +1,7 @@
|
|||||||
Stage 4
|
Stage 4
|
||||||
=======
|
=======
|
||||||
|
|
||||||
## Install the Project
|
To engage Auto-Rebuilding:
|
||||||
|
|
||||||
Run this at the terminal:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Engage Auto-Rebuilding
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run watch
|
npm run watch
|
||||||
|
|||||||
@@ -1,21 +1,13 @@
|
|||||||
Stage 5
|
Stage 5
|
||||||
=======
|
=======
|
||||||
|
|
||||||
## Install the Project
|
To run tests:
|
||||||
|
|
||||||
Run this at the terminal:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Run Tests
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm test
|
npm test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Engage Auto-Rebuilding
|
To engage Auto-Rebuilding:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run watch
|
npm run watch
|
||||||
|
|||||||
Reference in New Issue
Block a user