This lesson is part of the certified course Zero to Agent Builder
0 / 6 lessons completeView course

0%

SKIP TO CONTENT
ON AIR — VIBE CODING ACADEMY · EN · LIVE

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
19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Live Preview

Live Preview