Getting Started with typeCAD
Read moreInstall Node.js
- Download and install Node.js (LTS version recommended)
- Verify installation by running
node --version
in your terminal
Create Your First Project
npx @typecad/create-typecad
Start Designing
- Open the project in VS Code
- Begin creating your hardware design using TypeScript
- build your code to generate outputs
Layout in KiCAD
- Open the kicad_pcb file in the ./build folder
- Your components and connections will be there
- If you make changes in typeCAD, you can see them by clicking File > Revert.
Comments