- Reference Documentation (ReDoc)
- OpenAPI Raw Files: JSON YAML
Warning: All above links are updated only after Travis CI finishes deployment
1. Install Node.js
2. Clone repo and run npm install
in the repo root
1. Starts the development server.
npm start
2. Bundles the spec and prepares web_deploy folder with static assets.
npm run build
3. Validates the spec.
npm test
4. Starts the development server (with the public version of the specification).
npm run start:public
5. Bundles the spec (with the public version of the specification) and prepares web_deploy folder with static assets.
npm run build:public