Skip to content

Commit

Permalink
Updated README to avoid confusions (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Aug 22, 2016
1 parent 65e720b commit c7e1c14
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,17 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', {
```

-----------
## Running locally
## Development
#### Running local dev-server
1. Clone repository
`git clone https://github.com/Rebilly/ReDoc.git`
2. Go to the project folder
`cd ReDoc`
3. Install node modules and front-end dependencies
`npm install`
`npm run jspm-install`
```
npm install
npm run jspm-install
```
4. _(optional)_ Replace `demo/swagger.json` with your own schema
5. Start the server
`npm start`
Expand Down

0 comments on commit c7e1c14

Please sign in to comment.