Created
January 15, 2026 16:33
-
-
Save katiesmillie/a55dba4996216a461db3b3d2f1a7a415 to your computer and use it in GitHub Desktop.
hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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