I want to spin up the open-source “thetagang” project on my own Linux machine. At the moment Git isn’t installed, but I do have full admin rights, so adding any required packages or build tools won’t be a problem. What I need from you is clear, actionable guidance that takes me from a clean terminal to a fully working local instance of thetagang—code pulled, dependencies resolved, and the application running without errors. Ideally we’ll do this in a short live session (SSH, screen-share, or even a well-documented shell script is fine) so I can follow along and learn the exact commands and configuration steps. Deliverables: • A step-by-step walkthrough (live or recorded) that installs Git, clones the repository, installs all project dependencies, configures environment variables, runs database migrations (if any), and starts the development server. • A concise text file summarising every command used, so I can reproduce the setup later on my laptop or a fresh VM. If extra tooling such as Node.js, Docker, Python virtualenvs, or database servers is required, please include their installation and configuration in the walkthrough. The job is done when thetagang is reachable on localhost and I understand how to start and stop it myself.