Dev.to
Chapter 2. Creating and Configuring a Project
2.1 Prerequisites Item How to Verify Claude Code installed claude --version Git installed git --version Authentication complete Prompt appears correctly when running claude Diagnostics passing claude doctor 2.2 Creating a Project Folder Windows PowerShell mkdir C:\Projects\my-first-project cd C:\Projects\my-first-project git init Ubuntu Terminal mkdir ~/projects/my-first-project cd ~/projects/my-first-project git init Git initialization (git init) is required. Claude Code uses the Git repository
Read original on dev.to0
0Related
Hacker News
$500 GPU outperforms Claude Sonnet on coding benchmarks
Discussed on Hacker News with 377 points and 217 comments.
377
217Hacker News
Whistler: Live eBPF Programming from the Common Lisp REPL
Discussed on Hacker News with 115 points and 13 comments.
115
13Hacker News
Anthropic Subprocessor Changes
Discussed on Hacker News with 98 points and 44 comments.
98
44Liked this? Start your own feed.
Your own feed is waiting.
Comment
Sign in to join the discussion.
Loading comments…