redoc/README.md
2015-10-11 21:33:13 +03:00

612 B

ReDoc prototype

Build Status

Prototype of component-based Swagger documentation

Under development

Live demo

Running locally

  1. Clone repository git clone https://github.com/RomanGotsiy/redoc-prototype.git
  2. Go to the project folder cd redoc-prototype
  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