Set up your dev environment
Everything you need before building your first project
1. Open your terminal
Press Cmd + Space, type "Terminal", and hit Enter. Or download Ghostty for a better experience.
Once open, navigate to where you want your projects:
2. Install Git
Git tracks your code changes and lets you collaborate. Install it first:
Then set your identity:
GitHub Desktop
DownloadVisual git interface — see your changes, stage files, and commit without the command line. Recommended for beginners.
To authenticate with GitHub from the terminal:
3. Install Node.js
Node.js runs JavaScript outside the browser. Most frameworks and AI tools need it.
If you don't have Homebrew, install it first: https://brew.sh
Verify it works:
4. Pick an AI coding tool
Install at least one. These are the tools that read your startwell config files and help you build.
Claude Code
DocsAnthropic's AI coding assistant in your terminal
You're all set!
Start building a project