# yimenchen **Repository Path**: zhdarry/yimenchen ## Basic Information - **Project Name**: yimenchen - **Description**: 义门陈-前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-12 - **Last Updated**: 2025-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 运行项目 注意:要求 Node 版本 18+,可使用 [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) 进行本地 Node 版本管理,同时建议使用 [pnpm](https://pnpm.io/zh/installation) 包管理器。 ```shell # 进入项目目录 cd yimenchen-web # 安装依赖 pnpm install # 启动服务 pnpm dev ```