文件名称:live-comment:在屏幕上向观众显示评论
文件大小:697KB
文件格式:ZIP
更新时间:2024-04-22 02:23:19
TypeScript
现场评论 如何设定 要求 节点 纱 Http服务器(可选) 服务器 克隆并构建 git clone https://github.com/ihiroky/live-comment.git cd live-comment yarn install yarn --cwd packages/comment build yarn --cwd packages/server build 配置http服务器(可选) 例如Nginx server { # Your server name server_name live-comment.ml; location /comment/ { alias /path/to/live-comment/packages/comment/build/; } location /app { proxy_pass http://
【文件预览】:
live-comment-main
----package.json(306B)
----.gitignore(338B)
----README.md(2KB)
----yarn.lock(474KB)
----packages()
--------server()
--------comment()
--------desktop()
--------screen()
--------common()