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
- Host: GitHub
- URL: https://github.com/crequency/kitx-docs
- Owner: Crequency
- License: mit
- Created: 2022-10-15T10:26:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T18:25:12.000Z (over 1 year ago)
- Last Synced: 2025-02-06T19:35:44.859Z (over 1 year ago)
- Topics: docs, kitx, kitx-docs, kitx3
- Homepage: https://kitx.docs.catrol.cn/
- Size: 8.56 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.