Skip to content

pclubiitk/puppylove2.0_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Doc Server Setup Guide

Local Setup

  1. Clone the Repository

  2. Install Dependencies

    npm install
  3. Start the Documentation Server

    npm start

    The server will start at http://127.0.0.1:8080

Making Changes

  1. Install Redocly CLI
    npm i -g @redocly/cli@latest
  2. Modify OpenAPI Files
    Make required changes to the files located in the openapi/ directory.
  3. Update dist.json
    cd docs
    redocly bundle ../openapi/openapi.yaml -o dist.json
  4. Running the Updated Server
    npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published