📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-11-27 22:05:14 +02:00
build Rename css into scss 2015-11-22 14:08:28 +02:00
demo Remove extra schema from repo 2015-11-22 13:48:41 +02:00
lib Update method delimiter line 2015-11-27 22:05:14 +02:00
.gitignore Add .DS_Store to .gitignore 2015-11-22 13:47:26 +02:00
.travis.yml Add jspm packages to travis cache 2015-11-27 00:51:30 +02:00
gulpfile.js Initial configuration + build tasks 2015-10-03 12:38:41 +03:00
LICENSE Update LICENSE 2015-10-30 07:56:43 -05:00
package.json Create sass compile task 2015-11-22 13:49:31 +02:00
README.md Update readme with license badge 2015-11-16 01:30:26 +02:00
system.config.js Update angular to the last alpha 2015-11-16 23:16:35 +02:00

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