Skip to content

Commit

Permalink
npm clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Sep 13, 2019
1 parent d4b7fcb commit b8f2134
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ git clone https://github.com/bengarrett/DOSee.git

Install the dependencies and build DOSee.

`npm` is the package manager for node.js and is included in that environment. [It's available for all major platforms](https://nodejs.org/en/download/).

```sh
cd DOSee
npm install
Expand All @@ -53,9 +55,7 @@ npm install
npm run install
```

### Instructions, **npm**

npm is the package manager for node.js and is included in that environment. [It's available for all major platforms](https://nodejs.org/en/download/).
### Server instruction, **npm**

Serve the `build` directory over port _5550_.

Expand All @@ -65,7 +65,7 @@ npm run serve

Point a web browser to http://localhost:5550

### Instructions, **Docker**
### Server instruction, **Docker**

Requirements:

Expand Down

0 comments on commit b8f2134

Please sign in to comment.