# ReDoc
[![travis-ci-status]](https://travis-ci.org/Rebilly/ReDoc) [![coverage-status-badge]](https://coveralls.io/github/Rebilly/ReDoc?branch=master) [![license-badge]](https://github.com/Rebilly/ReDoc/blob/master/LICENSE) [![dev-dependency-badge]](https://david-dm.org/Rebilly/ReDoc#info=devDependencies)

Swagger-generated API Reference Documentation

**Under development**

[Live demo][demo]

## Running locally
1. Clone repository
`git clone https://github.com/Rebilly/ReDoc.git`
2. Go to the project folder
`cd ReDoc`
3. Install node modules
`npm install`
4. _(optional)_ Replace `demo/swagger.json` with your own schema
5. Start the server
`npm start`
6. Open `http://localhost:9000`


[travis-ci-status]: https://travis-ci.org/Rebilly/ReDoc.svg?branch=master "TravisCI Status"
[license-badge]: https://img.shields.io/github/license/rebilly/redoc.svg "Github license"
[coverage-status-badge]:https://coveralls.io/repos/Rebilly/ReDoc/badge.svg?branch=master&service=github) "Coverage Status"
[dev-dependency-badge]: https://david-dm.org/Rebilly/ReDoc/dev-status.svg
[demo]: http://rebilly.github.io/ReDoc/