ai-digital-live/README.md
2024-12-17 11:43:46 +08:00

26 lines
603 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 数值人直播间
### Start
```shell
git clone git@e.coding.net:starbite/aixiaodui/fengmang-backend.git
npm install
npm run dev
```
打开 [http://localhost:10021/](http://localhost:10021/) 查看效果
### Deploy
**直接部署**
> 需要配置 /mgmt 及 /api 反向代理
```shell
; 如果需要指定前缀(CDN)或者需要运行在相对路径中,不需要则跳过此命令
export PUBLIC_PATH=xxxxxxxx(相应路径)
npm run build
```
生成的资源在dist目录中将此目录中所有文件放置在待部署web目录即可。
**使用docker**
[x] TODO
```shell
dockercompose up -d
```