https://github.com/fooker/sofastroemer
A proof of concept colaborative movie watching tool
https://github.com/fooker/sofastroemer
Last synced: 4 months ago
JSON representation
A proof of concept colaborative movie watching tool
- Host: GitHub
- URL: https://github.com/fooker/sofastroemer
- Owner: fooker
- Created: 2024-11-01T11:33:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T09:01:03.000Z (over 1 year ago)
- Last Synced: 2025-03-25T20:47:45.676Z (about 1 year ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# 🛋️ Sofaströmer
A proof of concept platform for synchronized video watching.
## Running
Build frontend:
```bash
(cd frontend; npm run build)
```
Start nginx:
```bash
nginx -c $(pwd)/nginx/nginx.conf -p $(pwd)
```