📦New capstone β€” Module 3: Ship a Real Follow-Up with sigilStart lesson →
Module 0 Lesson 2 10 minutes

Start & Clone

Learn to launch Claude Code for the first time, authenticate your Anthropic account, and clone the CC4.Marketing course starter project to your local machine.

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:

  1. Clone the repository
  2. Set up the project structure
  3. 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

DirectoryPurpose
.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.mdYour 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! πŸš€

NEW CAPSTONE

Module 3: Ship with sigil

Send personalized post-event follow-ups end-to-end with sigil — an open-source CLI built for marketers, inside Claude Code.

Start the lesson See the source →

From the same team that built this course.