## 基础运行环境 01. `node >= 18` ## 本地启动项目 01. `npm ci` 02. `npm run *start` ## 服务构建项目 01. `npm ci` 02. `npm run *build`