bash # 克隆项目 git clone git@github.com:your-team/hybrid-app.git # 安装依赖 cd hybrid-app && npm install # 启动开发服务器 npm run dev