An Open Source Django website Powered by Python, Django-Channels, WebRTC, Tailwind CSS, React, Postgres and Docker.
- Clone the Repo
mkdir ~/Dev/connect -p
cd ~/Dev/connect
git clone https://github.com/arvind-4/connect.git .- Set up python
cd ~/Dev/connect
uv sync --all-groups --locked- Set up for UI
bun install- Run Django Server
uv run python manage.py runserver- Run Frontend
bun dev- For Docker Setup
docker-compose -f compose.yaml uo --buildContributions are what make the open source community such an amazing place to learn, inspire, and create.