更快克隆

This commit is contained in:
lilingfengdev 2024-11-20 14:42:16 +08:00
parent dd689561f1
commit 4a91c0e3e5

View File

@ -48,6 +48,9 @@
1. 将此仓库克隆至本地
`git clone https://github.com/postyizhan/NitWikit.git`
更快的克隆
`git clone --single-branch --depth 1 -b main https://github.com/postyizhan/NitWikit.git `
2. 移动至仓库根目录
`cd NitWikit`
3. 安装依赖
@ -57,7 +60,7 @@
5. 部署测试网站
`pnpm serve`
6. 一键构建&测试
`pnpm test`
`pnpm test`
# ⬆️ 提交贡献