redoc/README.md
2015-12-02 23:56:07 +02:00

748 B

ReDoc

travis-ci-status license-badge

Swagger-generated API Reference Documentation

Under development

Live 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