Module 5, Lesson 5: Connect Project to GitHub
Before We Start
From previous lessons:
- Claude Code is connected to Claude Design and can read your design project. Module 5, Lesson 4
- WebStorm is set up with your project folder. Module 3, Lesson 1
- Claude Code left off telling you your file isn't connected to a git repo yet. That's exactly what this lesson fixes
Tools / setup you'll need:
- A GitHub account
- WebStorm, with your project open and Git installed on your system
- Claude Code, connected from the last lesson
By the end of this lesson, you'll:
- Have a GitHub account, signed in
- Have turned your project folder into a Git repository, with a proper
.gitignore - Have made your first commit and pushed your project to GitHub as a private repo
- Have used Claude Code to import your design system, prototypes, and specs into your local repo, organize them, and push a second commit