Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubenchang0515/cinema
Simple Video Website Frontend - 简单视频网站前端
https://github.com/hubenchang0515/cinema
Last synced: 10 days ago
JSON representation
Simple Video Website Frontend - 简单视频网站前端
- Host: GitHub
- URL: https://github.com/hubenchang0515/cinema
- Owner: hubenchang0515
- License: agpl-3.0
- Created: 2024-08-22T13:47:52.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T09:21:57.000Z (5 months ago)
- Last Synced: 2024-08-29T11:28:12.178Z (5 months ago)
- Language: TypeScript
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CINEMA
![预览](./images//preview1.png)
![预览](./images//preview2.png)## Build & Run
```bash
npm install # 安装依赖
npx next build # 构建前端
sudo docker image build -t cinema . # 生成 docker 镜像
sudo docker run -p 80:80 -d cinema # 启动 docker 容器
```