Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 committed Jun 26, 2024
1 parent 42d0cba commit 2aaa319
Show file tree
Hide file tree
Showing 2 changed files with 5,621 additions and 4,305 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
## 🎖️ 如何贡献

1. 将本仓库 fork 到自己的 github 账号并下载文件到本地
2. 在文件夹内运行命令 `npm install`,等待依赖文件下载完成
3. 在文件夹内运行命令 `npm run start` 启动实时预览服务器
2. 在文件夹内运行命令 `pnpm i`,等待依赖文件下载完成
3. 在文件夹内运行命令 `pnpm start` 启动实时预览服务器
4. 编辑文件,浏览器转到 `localhost:3000` 实时预览页面
5. 完成所有编辑工作后运行 `npm run build`,测试是否构建通过
5. 完成所有编辑工作后运行 `pnpm build`,测试是否构建通过
6. 将文件上传到自己仓库,然后向本仓库提交 pr

## ⚙️ 工作流程
Expand Down
Loading

0 comments on commit 2aaa319

Please sign in to comment.