CSKB 服务端
- NodeJS (16.15.1+)
- yarn 包管理器
npm install yarn -g yarn install 
- 调试
yarn run docs:dev- 编译
yarn run docs:build- 部署
yarn run docs:serve- docs
- .vitepress VitePress 配置
- theme 主题配置
- index.js 主题核心配置
 
 - config.ts 核心配置
 
- theme 主题配置
 - index.md 主页
 
- .vitepress VitePress 配置