main
…
…
…
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
Description
Languages
Python
98.1%
TypeScript
0.9%
JavaScript
0.9%