This repository contains a demonstration project for KiCad, including custom libraries and footprints as submodules.
A demo project showcasing KiCad's capabilities for PCB design and electronic schematic creation.
- Git
- KiCad (latest version recommended)
There are two methods to clone this repository with its submodules:
git clone --recursive https://github.com/ionutms/KiCad_Demo_Project.git
git clone https://github.com/ionutms/KiCad_Demo_Project.git
cd KiCad_Demo_Project
git submodule update --init
If you need to update the submodules to their latest versions:
git submodule update --remote
- Open KiCad
- File -> Open Project
- Navigate to the cloned repository
- Open the .kicad_pro file