# SightIQ-web **Repository Path**: wdep/sightiq-web ## Basic Information - **Project Name**: SightIQ-web - **Description**: SightIQ 可视化数据大屏 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://sightiq-web.netlify.app - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-20 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 省级数据展示
# 如何使用
```
git clone https://gitee.com/wdep/sightiq-web.git
cd sightiq-web
npm install -g pnpm
pnpm i
pnpm dev
```
# 构建镜像
```
docker build -f Dockerfile.web -t sightiq-web .
```
# 运行镜像
```
docker run -d -p 8080:8080 sightiq-web
```
# 项目贡献
```
git clone https://gitee.com/wdep/sightiq-web.git
cd sightiq-web
git checkout -b feature/add-feature
```