Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tgbot-collection/yyetsfe

人人影视分享站 前端页面
https://github.com/tgbot-collection/yyetsfe

movies react telegrambot tvshows yyets

Last synced: 6 days ago
JSON representation

人人影视分享站 前端页面

Awesome Lists containing this project

README

        

# YYeTs

[YYeTsBot 前端](https://yyets.click/)

React App

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

## 部署

### 1. 安装依赖

```shell
yarn
```

### 2. 复制 `.env.example` 为 `.env`,修改其中的变量

```dotenv
# 接口域名
REACT_APP_DOMAIN=xxx
# google analytic 追踪 ID
REACT_APP_GA=xxx
# 是否生成 sourcemap
GENERATE_SOURCEMAP=true
# adsense
REACT_APP_ADSENSE=xxx
```

### 3. build 项目

```shell
yarn build
```

## TODO

- [ ] 升级到MUI v5