# docker_live_room **Repository Path**: law-lc/docker_live_room ## Basic Information - **Project Name**: docker_live_room - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动 ### yarn global add lerna // 安装lerna ### lerna bootstrap //为所有项目安装依赖,类似于npm/yarn i ### 到指定packages里通过 yarn dev启动项目