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

https://github.com/crequency/kitx-docs

KitX Docs
https://github.com/crequency/kitx-docs

docs kitx kitx-docs kitx3

Last synced: 4 months ago
JSON representation

KitX Docs

Awesome Lists containing this project

README

          

# About

This is the documentation site source codes for KitX Project.

It is a work in progress, and will be updated as the project progresses.

# Build

Docs site built with vuepress v2, so may be you need go to [vuepress v2 docs site](https://v2.vuepress.vuejs.org/) for more help.

```shell
# Run this to install and fetch dependencies
pnpm install

# Run this to start development
pnpm docs:dev
```

# GitHub Pages

You can visit docs site at [crequency.github.io/KitX-Docs/](https://crequency.github.io/KitX-Docs/).

deploy branch is `gh-pages`.