Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 654 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 654 Bytes

参与贡献

❤️ Loving txp and want to get involved? Thanks!

环境准备

Node.js 和 pnpm

开发 txp 需要 Node.js 16+ 和 pnpm v7。

推荐使用 nvm 管理 Node.js,避免权限问题的同时,还能够随时切换当前使用的 Node.js 的版本。在 Windows 系统下的开发者可以使用 nvm-windows

pnpm官网选择一种方式安装即可。

Clone 项目

$ git clone [email protected]:txp1035/txp.git
$ cd umi

安装依赖并构建

$ pnpm i && pnpm build