Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 308 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 308 Bytes

Octeth API Docs

Starting The Dev Environment

npm run docs:dev

Production Build

npm run docs:build

The build directory will be created under public/.vitepress/dist directory.

Then run preview command to preview it on your web browser:

npm run docs:preview