|
|
# 克隆仓库
git clone https://github.com/CubeWhyMC/lunarclient.top.git
# 安装依赖
pnpm install
# 本地运行
pnpm dev
# 构建生产版本
pnpm build
我们欢迎各种形式的贡献!请参考以下步骤:
- Fork 本项目 🍴
- 创建新分支 (`git checkout -b feature/AmazingFeature`) 🌿
- 提交修改 (`git commit -m 'Add some AmazingFeature'`) 💾
- 推送分支 (`git push origin feature/AmazingFeature`) 🚀
- 发起 Pull Request 🎉