Test dummy repository for validating Luthier's ToolBox repo creation workflow.
This repository tests the automated creation process before running it on all 9 production repositories.
cd server
.\.venv\Scripts\Activate.ps1
uvicorn app.main:app --reloadVisit: http://localhost:8000/
Expected response:
{"status": "ready", "edition": "TEST_DUMMY"}- Repository created on GitHub
- Cloned locally
- Directory structure correct
- Python venv created
- Dependencies installed
- requirements.txt generated
- Server starts successfully
- Edition flag correct
After validation, delete this repository:
gh repo delete HanzoRazer/ltb-test-dummy --yes