Files
ThingsGateway/handbook/README.md

16 lines
183 B
Markdown
Raw Normal View History

2023-03-04 18:41:11 +08:00
文档基于 [https://www.docusaurus.io/](https://www.docusaurus.io/) 构建。
### 本地运行
```bash
npm install
npm run start
```
### 发布部署
```bash
npm run build
```