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

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

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)
```