redoc/README.md
2016-01-17 22:19:48 +02:00

1.3 KiB

ReDoc

Build Status Coverage Status Code Climate David

npm Bower License

Browser Compatibility

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