This is 7SoDrive document.
Clone the repository:
git clone https://github.com/7SoCloud/7SoDrive-docs.git
Use(if no pnpm, usenpm install pnpm -g
):
pnpm install
pnpm docs:dev # 启动开发服务器
pnpm docs:build # 构建项目并输出
pnpm docs:clean-dev #清除缓存并启动开发服务器
Commit changes:
git add .
git commit -m "xxxx"
git push origin main
Your can PR the repository.