Step 3: Setting up KiCad

Run the installer for KiCad and go through the install process.

Make sure these options are enabled when installing:

image

Now open KiCad. It should look like this:

image

Create a new project (File > New Project…):

image

Save the project file in the repository folder created earlier. Make sure to uncheck Create a new folder for the project. Name the project whatever you want, but generally it’s easiest to just name it the same thing as the repository:

image

Just press Yes if you see this pop-up:

image

Now, you should commit to the git repository. Here’s how you commit in GitHub Desktop:

image

Note how it shows the changes made on the left.

You should commit after every important change, in case you ever need to revert.


Continue to Step 4:
Installing KiCad libraries