redoc/README.md

24 lines
545 B
Markdown
Raw Normal View History

2015-10-30 15:53:02 +03:00
# ReDoc
2015-11-14 19:43:07 +03:00
![travis-ci-status]
2015-10-30 15:53:02 +03:00
Swagger-generated API Reference Documentation
2015-11-14 19:43:07 +03:00
**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"
[demo]: http://rebilly.github.io/ReDoc/