Demo video: https://youtu.be/VxxOrs-88to
make dev # Run frontend dev server with OpenTofu outputs loadedmake tofu-init # Initialize OpenTofu backend
make tofu-plan # Show OpenTofu execution plan
make tofu-apply # Apply OpenTofu infrastructure changes
make tofu-destroy # Destroy OpenTofu infrastructuremake deploy # Full deployment (plan + apply)
make deploy-plan # Show deployment plan without applying
make deploy-infra # Deploy infrastructure only
make deploy-destroy # Destroy all infrastructuremake build-frontend # Build frontend for production
make build-backend # Build backend Lambda packagesmake help # Show all available commands