Install Claude Code and Have Your First Conversation
beginner~30 min0/3 steps
Instructions
1
Add an <h1> that contains the words "Claude Code"
Hint: `<h1 class="text-4xl font-bold text-white">Claude Code — 5-Minute Setup</h1>`
2
Add an <ol class="steps"> with at least 3 <li> items (numbered install steps)
3
Include the literal install command inside a <pre><code> block so readers can copy it
Your Code
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Live Preview
Live Preview