Up and running in four steps.
If you have Node.js installed, set it up with a single command:
npm install -g @anthropic-ai/claude-codeIn the terminal, go to your project folder and type claude:
cd my-project
claudeOn the first run you'll authorize via your Anthropic account. A browser will open, and you confirm once.
Now just write what you want — generate code, fix a bug, or explain something.
# Ask in plain language
Explain what this project does
Find and fix the bug in the login function
Run all the testsGet more out of Claude.