Set up a complete Otoshek local development environment from scratch. Installs system dependencies (Homebrew, Git, SSH, mkcert, PostgreSQL, Python 3.13, Node.js), configures SSL certificates, creates databases, sets up Django backend and React frontend, and configures Stripe integration. Use when (1) setting up a new development machine for Otoshek, (2) user says "set up my local environment" or "local setup", (3) user wants to configure their machine to develop Otoshek locally. Supports macOS, Linux, and Windows. Auto-detects what is already installed and skips completed steps. Expects a Git SSH repo URL as argument, e.g. "/otoshek-local-setup git@github.com:user/repo.git".
2026-03-22