🔧 Getting Started Prerequisites: Go 1.20+ Node.js & npm (or pnpm) Git Backend (Go Simulation Server) cd backend go run main.go Frontend (Vite/React Frontend) cd frontend npm install npm run dev