Claude Code is an AI assistant that lives in your terminal and works directly inside your projects. Here's how to get up and running in a few minutes.
Claude Code runs in your terminal alongside your project files. Instead of copying and pasting code into a chat window, Claude Code works directly in your codebase — reading files, making edits, running commands, and following the rules you set. It reads your CLAUDE.md file at the start of every session so it always knows your project without you having to re-explain it.
node --version in your terminal to check.Open your terminal and run this command:
The -g flag installs Claude Code globally so you can use it in any project on your computer.
Navigate to your project folder in the terminal, then run:
The first time you run it, Claude Code will ask for your Anthropic API key. Paste it in and press Enter. You only need to do this once.
Claude Code works best when it knows about your project. You have two options:
Run this command inside your project folder:
Claude Code will look at your files and generate a starter CLAUDE.md for you.
Use our CLAUDE.md Builder to answer a few questions and get a complete, customized CLAUDE.md file ready to drop into your project.
Once your CLAUDE.md is in place, start a session by running claude in your project folder. Claude Code reads your file and gets to work — no re-explaining your stack or your rules.
Next steps: