Start Claude Code
Now that Claude Code is installed, letβs start it and get the course materials.
Step 1: Open Your Terminal
- Mac: Press
Cmd + Space, type βTerminalβ, press Enter - Windows: Press
Win + R, type βcmdβ, press Enter - Linux: Press
Ctrl + Alt + T
Step 2: Start Claude Code
Navigate to where you want to store your projects:
cd ~/Projects # or wherever you keep your work
Then start Claude Code:
claude
Youβll see the Claude Code interface appear in your terminal.
Step 3: Clone Markit
Markit is the sample marketing agency project weβll use throughout this course. Ask Claude to clone it:
Clone the Markit starter project from cc4-marketing/cc4.marketing
Claude will:
- Clone the repository
- Set up the project structure
- Configure initial settings
Step 4: Explore the Structure
Once cloned, youβll see this structure:
markit/
βββ .claude/ # Claude Code configuration
β βββ agents/ # Custom AI agents
βββ campaigns/ # Your campaign briefs and plans
βββ content/ # Generated content
β βββ blogs/
β βββ emails/
β βββ social/
βββ research/ # Competitive and market research
βββ templates/ # Reusable templates
βββ CLAUDE.md # Project memory (brand guidelines)
Key Directories
| Directory | Purpose |
|---|---|
.claude/ | Configuration and custom agents |
campaigns/ | Campaign briefs, plans, calendars |
content/ | All generated marketing content |
research/ | Market research and analysis |
templates/ | Reusable document templates |
CLAUDE.md | Your brand voice and guidelines |
Step 5: Open in Claude Code
Make sure youβre in the project directory:
cd markit
claude
Claude Code will automatically read your CLAUDE.md file and understand your project context.
Whatβs Next?
You now have:
- β Claude Code installed
- β Markit project cloned
- β Project structure ready
Before we jump into real marketing work, thereβs one last concept to cover.
In Lesson 0.3, youβll learn a simple GitHub PR Workflow so you can confidently review and merge your marketing code changes.
Ready? Letβs learn to manage your code! π