369 B
369 B
Frontend / Backend Split
This repo is now split into:
backend/- Python project, CLI, tests, CAD generation, requirements, docsfrontend/- Vite/React UI
Run the backend from backend/ and the frontend from frontend/.
Backend quick start:
cd backend
python -m pytest
Frontend quick start:
cd frontend
npm install
npm run dev