Setup

Install Claude Code

One page that figures out your system and hands you the right commands. For the conceptual walkthrough, use the tutorials.

Detecting your system…

After install

You'll want a project folder. Pick a spot and make one:

mkdir C:\dev\MyFirstProject && cd C:\dev\MyFirstProject && claude

(On Mac/Linux: mkdir ~/dev/MyFirstProject && cd ~/dev/MyFirstProject && claude)

When the claude prompt comes up, try something small — "Create a file called hello.txt with the words 'hello world' in it." — and watch it work.

Then jump into the tutorials to build something real.