- Node 12.0.0 or higher
- Python 3.8 or higher
- Postgres
- Pipenv (for installation, click here )
Note: Setup environment variables for Database connection as seen in video-overlay/demo/.env.example
cd client
yarn
cd proxy
yarn
cd video-overlay
pipenv install
cd client
yarn start
cd proxy
yarn start
cd video-overlay
pipenv run python manage.py runserver