Files
reducers/README.md
T

369 B

Frontend / Backend Split

This repo is now split into:

  • backend/ - Python project, CLI, tests, CAD generation, requirements, docs
  • frontend/ - 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