Skip to content

Instantly share code, notes, and snippets.

@katiesmillie
Created January 15, 2026 16:33
Show Gist options
  • Select an option

  • Save katiesmillie/a55dba4996216a461db3b3d2f1a7a415 to your computer and use it in GitHub Desktop.

Select an option

Save katiesmillie/a55dba4996216a461db3b3d2f1a7a415 to your computer and use it in GitHub Desktop.
hello world
# Getting Started with Claude Code
A simple guide for team members who want to use Claude Code with projects like this one.
---
## What is Claude Code?
Claude Code is a command-line AI assistant that can:
- Read and understand your codebase
- Make changes to files
- Run commands
- Answer questions about your project
**Think of it like:** Having a developer who already knows your project sitting next to you, ready to help.
---
## Step 1: Install Claude Code
### On Mac/Linux
Open Terminal and run:
```bash
npm install -g @anthropic-ai/claude-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment