Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 493 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 493 Bytes

7SoDrive-docs

This is 7SoDrive document.

Develop

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

Pull Requests

Your can PR the repository.