## 数值人直播间 ### 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 ```