Skip to content

Commit

Permalink
updated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lockwood committed Dec 6, 2016
1 parent 23ad42e commit 65c0580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ If you want to contribute, you can build and serve the web app locally as follow
```
$ npm install -g bower gulp
```
2. Clone the repository and in the root directory, run:

3. Clone the repository and in the root directory, run:

```
$ npm install
```

3. To build and serve the web app locally, run:
4. To build and serve the web app locally, run:

```
$ gulp serve
Expand Down

0 comments on commit 65c0580

Please sign in to comment.