Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 645 Bytes

express-jsdoc-swagger-docs

This repository has the docs with Docsify of express-jsdoc-swagger and express-oas-validator.

How to run this project

This project uses Docsify. You have to install Docsify client cli.

npm i docsify-cli -g

Then execute:

npm start

This will be running in localhost:3000.

Serving /Users/kevinccbsg/brikev/express-jsdoc-swagger-docs/docs now.
Listening at http://localhost:3000

Deployment

You only need to do a PR or merge it in the master branch.