Terminal Commands Outside Claude
Run these in your regular terminal app. Use them to navigate folders and start Claude Code.
Learn how Claude Code configuration works. No technical background needed - just clear explanations and practical examples.
Understanding where to run different commands is the first step.
Run these in your regular terminal app. Use them to navigate folders and start Claude Code.
Run these inside Claude Code. They start with a slash and control Claude's behavior.
How to start Claude Code:
Now you're inside Claude Code. Commands starting with / work here.
Think of it like house rules vs personal preferences.
~/.claude/Your personal preferences for ALL projects. Example: "I like verbose output"
.claude/Team rules for THIS project. Example: "Use 2-space indentation"
A quick map of your configuration files.
Get Claude Code set up for your project in two simple steps.
Open your terminal and go to your project folder, then start Claude.
Inside Claude Code, run the init command to create the basic configuration.
Quick answers to things you might be wondering.
Just ask Claude! Type something like: "What are the coding standards for this project?" Claude will read the configuration files and explain the active rules.
This means Claude Code isn't installed yet. Run npm install -g @anthropic-ai/claude-code to install it globally, then try again. Make sure you have Node.js installed first.
The key points to remember.
Edit freely. Your settings apply to all projects by default.
Ask before changing. Keeps everyone's code consistent.
Team settings override your personal preferences per project.
Personal overrides that aren't shared with the team.