Getting Started
June 30, 2026 ยท View on GitHub
Prerequisites: Node.js 18 or newer and pnpm installed.
- Install dependencies:
pnpm install - Run the Vite dev server:
pnpm dev- Open the printed URL, usually
http://localhost:5173
- Open the printed URL, usually
- Run tests:
pnpm test- Run one test:
pnpm test -- test_primitiveCube
- Run one test:
- Live testing while editing (Node):
pnpm liveTesting
See Testing for test runner details and single-test selection.
API Demos
- Demo hub: https://BREP.io/apiExamples/index.html
- Full demo list + source links: API Examples