feat: initialize drainage network frontend
This commit is contained in:
@@ -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` 创建本地配置,真实令牌不得提交。
|
||||
Reference in New Issue
Block a user