# KitX-Docs **Repository Path**: crequency/KitX-Docs ## Basic Information - **Project Name**: KitX-Docs - **Description**: Mirror of KitX-Docs from https://github.com/Crequency/KitX-Docs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-21 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`.