Update: WebSocket模式添加对Serial和Arduino编译上传的支持

This commit is contained in:
王立帮
2024-12-01 14:42:25 +08:00
parent d8ceafadbf
commit d245eaf458
21 changed files with 4717 additions and 41 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
## Mixly3.0 服务端
1.安装依赖
```bash
npm install
```
2.脚本执行
- 调试
```bash
npm start
```
- 针对生产环境打包
```bash
npm run build:prod
```