Skip to content

文档开发指南

本页面介绍如何参与本文档站点的开发和维护。

环境准备

系统要求

  • Node.js >= 22.0.0
  • Yarn
  • Git
  • 基本的 Markdown 和 VitePress 知识

快速开始

  1. 克隆文档仓库
bash
git clone https://github.com/BSTluo/koishi-plugin-adapter-iirose.git
  1. 切换到文档分支
bash
cd koishi-plugin-adapter-iirose
git checkout docs

以上步骤 也可以使用压缩包下载 https://github.com/BSTluo/koishi-plugin-adapter-iirose/archive/refs/heads/docs.zip

  1. 安装依赖
bash
yarn install
  1. 启动开发服务器
bash
yarn dev
  1. 构建文档
bash
yarn build