Skip to content

tgbot-collection/YYeTsFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YYeTs

YYeTsBot 前端

React App

自适应 PC、移动端,亮色、暗色模式

部署

  1. 安装依赖

    yarn
  2. 复制 .env.example.env,修改其中的变量

    # 接口域名
    REACT_APP_DOMAIN=xxx
    # google analytic 追踪 ID
    REACT_APP_GA=xxx
    # Sentry DSN
    REACT_APP_SENTRY_DSN=xxx
    # 是否生成 sourcemap
    GENERATE_SOURCEMAP=true
  3. build 项目

    yarn build