From f7a91c2db0ce9b6a41eaf06e5ce64cbde5a831ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=B7=E9=9B=A8=E5=A4=B4=E4=B8=8A=E6=8F=92=E7=9D=80?= =?UTF-8?q?=E8=96=84=E8=8D=B7=F0=9F=8D=80?= Date: Sat, 8 Aug 2026 05:32:44 +0800 Subject: [PATCH] Revise branch switching and running instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决了issuse #207 #206,因生产隔离所以需切换分支后在本地部署 --- docs/development.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/development.md b/docs/development.md index fa8d823..b17730e 100644 --- a/docs/development.md +++ b/docs/development.md @@ -47,14 +47,18 @@ ```bash cd CookLikeHOC ``` - -3. 安装依赖 +3. 切换分支 + ```bash + git checkout vitepress + ``` + +4. 安装依赖 ```bash npm install ``` -4. 运行 +5. 运行 ```bash npm run docs:dev @@ -64,4 +68,4 @@ ``` http://localhost:5173/ ``` - 即可。 \ No newline at end of file + 即可。