Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 508 Bytes

pocket48-web

服务器小水管扛不住,所以关闭了线上预览。

口袋48网页版的源代码。视频推流依赖ffmpeg

开发环境

  • 运行npm run build:dev,编译源代码。
  • 运行npm run start:dev,启动服务。

生产环境

  • 运行npm run build:pro,编译源代码。
  • 运行npm run start:pro,启动服务。
  • 运行npm run start:https,启动https服务。

使用pm2运行服务

  • 运行pm2 start pm2.config.js,启动https服务。