mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-03 00:53:59 +08:00
16 lines
183 B
Markdown
16 lines
183 B
Markdown
|
|
文档基于 [https://www.docusaurus.io/](https://www.docusaurus.io/) 构建。
|
||
|
|
|
||
|
|
### 本地运行
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm install
|
||
|
|
|
||
|
|
npm run start
|
||
|
|
```
|
||
|
|
|
||
|
|
### 发布部署
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm run build
|
||
|
|
```
|