Files
ThingsGateway/handbook/README.md

17 lines
266 B
Markdown
Raw Normal View History

2023-07-16 17:28:26 +08:00
文档基于 [https://www.docusaurus.io/](https://www.docusaurus.io/) 构建。
文档样式摘自 TouchSocket [Pages](http://rrqm_home.gitee.io/touchsocket/)
### 本地运行
```bash
npm run install
npm run start
```
### 发布部署
```bash
npm run build
```