Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 - 简单视频网站前端

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 容器
```