Skip to content
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.to
0
0

Comment

Sign in to join the discussion.

Loading comments…

Related

Liked this? Start your own feed.

Your own feed is waiting.
0
0