A pomodoro where you can join pods with your friends and collaborate freely.
Features:
- Pomodoro timer
- Customizable timer settings and duration
- Host/join pods with friends
- Dark/light theme
Important: This project uses uv for Python and pnpm for React!
Install python dependencies and create virtual environment:
cd backend
uv syncInstall react and dependencies:
cd frontend
pnpm installRun the backend:
cd backend
uv run pomopod --helpor
cd backend
source .venv/bin/activate
pomopod --helpRun the frontend:
cd frontend
pnpm dev