# iot-dc3-web **Repository Path**: leach_/iot-dc3-web ## Basic Information - **Project Name**: iot-dc3-web - **Description**: IoT DC3 平台 最新管理 Web UI,搭配 IoT DC3 服务使用。 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://doc.dc3.site - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 255 - **Created**: 2025-03-14 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. Prepare - `git` - `Visual Studio Code` - `nodejs` >= 18, recommended to use 22 - `yarn`, install using `npm install -g yarn` ## 2. Source code ```bash git clone https://github.com/pnoker/iot-dc3-web.git ``` ## 3. Develop ```bash cd iot-dc3-web # install yarn # run yarn serve ```