diff --git a/README.md b/README.md index 10e0430a..e3b12758 100644 --- a/README.md +++ b/README.md @@ -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`