Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 455 Bytes

Termino Hotel API OpenAPI Definition

Working on your OpenAPI Definition

Install

  1. Install Node JS.
  2. Clone this repo and run npm install in the repo root.

Usage

npm start

Starts the reference docs preview server.

npm test

Validates the definition.

npm run build-page

Prepares the reference docs for deployment in dist folder. Commit and push changes to GitHub to deploy to Github Pages.