-
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
exzile edited this page May 20, 2026
·
2 revisions
This page covers the common local setup path for Cindr3D.

- Node.js 22.12.0 or newer
- npm
- A modern browser with WebGL support
The project is a Vite-powered React and TypeScript app. It can run locally during development or be built into static files for deployment.
npm installnpm run devOpen the local Vite URL printed by the command, usually:
http://localhost:5173
If Vite cache state looks stale:
npm run dev:freshnpm run buildThe production output is written to:
dist/
The built app is a static single-page app. Any static host can serve it as long as unknown routes fall back to index.html.
Run these before submitting changes:
npm run typecheck
npm run lint
npm run test:run
npm run buildDuring active development, the faster pre-check is:
npm run typecheck
npm run lint- Home
- Getting Started
- Operator Runbooks
- Guided Tutorials
- Feature Overview
- AI Assistant and MCP
- Self Hosting and Updates
- CAD and Modeling
- Design Box Walkthrough
- Sketching and Dimensions
- CAD Features and Timeline
- Drawing and Export Workflows
- Mesh Repair and Imports
- Slicing and Print Preview
- Slicer Settings Reference
- Prepare Object Walkthrough
- Prepare Profiles and Printer Creation
- G-code Preview Simulation and Breakpoints
- Calibration Workflows
- Printer Workflows
- Printer Connection Setup
- USB Connection (Web Serial)
- Camera Setup
- Printer Interface Gallery
- Print Farm Intelligence
- Filament Profiles
- Mid-print Object Cancellation
- Print Tuning and Utilities
- Safety Limits
- Dashboard Layout Editing