-
Clone the Repository
-
Install Dependencies
npm install
-
Start the Documentation Server
npm start
The server will start at
http://127.0.0.1:8080
- Install Redocly CLI
npm i -g @redocly/cli@latest
- Modify OpenAPI Files
Make required changes to the files located in theopenapi/
directory. - Update dist.json
cd docs redocly bundle ../openapi/openapi.yaml -o dist.json
- Running the Updated Server
npm start