An open API service indexing awesome lists of open source software.

https://github.com/octeth/octeth-api-docs

Octeth API Docs
https://github.com/octeth/octeth-api-docs

Last synced: 5 months ago
JSON representation

Octeth API Docs

Awesome Lists containing this project

README

          

# Octeth Help Portal

Official documentation for Octeth - installation guides, user documentation, API reference, and developer resources.

## Starting The Dev Environment

```bash
npm run docs:dev
```

## Production Build

```bash
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:

```bash
npm run docs:preview
```