文档开发指南
本页面介绍如何参与本文档站点的开发和维护。
环境准备
系统要求
- Node.js >= 22.0.0
- Yarn
- Git
- 基本的 Markdown 和 VitePress 知识
快速开始
- 克隆文档仓库
bash
git clone https://github.com/BSTluo/koishi-plugin-adapter-iirose.git
- 切换到文档分支
bash
cd koishi-plugin-adapter-iirose
git checkout docs
以上步骤 也可以使用压缩包下载 https://github.com/BSTluo/koishi-plugin-adapter-iirose/archive/refs/heads/docs.zip
- 安装依赖
bash
yarn install
- 启动开发服务器
bash
yarn dev
- 构建文档
bash
yarn build