Skip to content

Commit

Permalink
update readme to reflect build tool change
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Ruhul Amin committed May 27, 2018
1 parent 20d1e03 commit b9ad672
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ Follow these simple steps to have a copy of the project in your local machine.

### Prerequisites

You should already have **node.js** running in your machine. The project uses **gulp** task runner. You need **gulp-cli** globally installed to use gulp. To install it run =>

```
yarn global add gulp-cli
```
You should already have **node.js** running in your machine.

### Installing
To have a copy of the project, clone the repo or download the zip file.
Expand All @@ -32,7 +28,7 @@ cd coindesk && yarn install

And then run
```
gulp
yarn run start
```

The server should start on port 3000. [localhost](http://localhost:3000)
Expand Down

0 comments on commit b9ad672

Please sign in to comment.