synctv-web/README.md

35 lines
535 B
Markdown
Raw Permalink Normal View History

2023-10-04 07:08:25 +00:00
# SyncTV Web
2023-10-04 07:06:51 +00:00
Provides a Web UI for [SyncTV](https://github.com/synctv-org/synctv)
English | [中文](./README-CN.md)
## Screenshot
2023-10-08 01:33:43 +00:00
![Cinema](./screenshots/cinema.jpg)
2023-10-04 07:06:51 +00:00
2023-10-08 01:33:43 +00:00
## Development Environment
2023-10-04 07:06:51 +00:00
2023-10-08 01:33:43 +00:00
Please adjust the `vite.config.js` according to the actual situation first
```bash
git clone https://github.com/synctv-org/synctv-web
cd synctv-web
npm i
npm run dev
# http://localhost:8085
```
2023-10-04 07:06:51 +00:00
## Build
```bash
git clone https://github.com/synctv-org/synctv-web
cd synctv-web
npm i
npm run build
```
## License
Apache-2.0 license