Luthier's ToolBox Pro Edition - Full CAM workstation for professional luthiers
🚧 Minimal Skeleton - Features extracted from golden master as needed.
Strategy: Lean extraction (no template stubs)
Approach: Clean slate → Extract specific features incrementally
Benefit: Only includes code that's actually implemented
Dependencies already installed! Just activate and run:
cd server
.\.venv\Scripts\Activate.ps1
copy .env.example .env
uvicorn app.main:app --reloadIf you need to reinstall:
cd server
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txtcd client
npm create vite@latest . -- --template vue-ts
npm install
npm run dev- Identify feature in Golden Master
- Copy specific files/components needed
- Strip unnecessary features (downgrade to edition tier)
- Test extraction
- Commit with clear feature description
- Golden Master - Main repository with templates and documentation
- Express Edition
- Pro Edition
- Enterprise Edition
Copyright © 2025 Luthier's ToolBox Project