Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgbot-collection/yyetsfe
人人影视分享站 前端页面
https://github.com/tgbot-collection/yyetsfe
movies react telegrambot tvshows yyets
Last synced: 6 days ago
JSON representation
人人影视分享站 前端页面
- Host: GitHub
- URL: https://github.com/tgbot-collection/yyetsfe
- Owner: tgbot-collection
- Created: 2021-06-07T07:46:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T18:29:45.000Z (17 days ago)
- Last Synced: 2024-12-05T19:28:38.453Z (17 days ago)
- Topics: movies, react, telegrambot, tvshows, yyets
- Language: TypeScript
- Homepage:
- Size: 2.91 MB
- Stars: 234
- Watchers: 8
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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