feat: initialize drainage network frontend

This commit is contained in:
2026-07-10 16:16:17 +08:00
commit 66de96d9e4
133 changed files with 33057 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Drainage Network Frontend
排水管网 WebGIS 业务系统,基于 `next-webgis` 基础项目创建。
## 开发
```bash
pnpm install
pnpm dev
```
默认访问地址为 <http://localhost:3000>。
## 校验
```bash
pnpm lint
pnpm exec tsc --noEmit
pnpm build
```
地图服务和公开配置通过 `.env.local` 提供;可从 `.env.example` 创建本地配置,真实令牌不得提交。