apps/web/content/handbook/onboarding/7.claude-code.mdx
Claude Code is an AI assistant that lives in your terminal. You describe what you want in plain English, and it reads files, writes code, runs commands, and makes changes across your project. Think of it as a very capable teammate you can pair-program with.
We use Claude Code for everything from writing features to debugging to content edits.
npm install -g @anthropic-ai/claude-code
cd ~/Dev/hyprnote (or wherever you cloned it)claudeOnce inside a Claude Code session:
/help — See available commands
/clear — Clear conversation history
Type your request in natural language. Be specific about what you want — "change the button color to blue" works better than "make it look better".
Claude Code is powerful even if you don't write code:
You review every change before it's applied, so you can't accidentally break anything.