Set up your AI-assisted homepage-building environment: Visual Studio Code with the Claude Code extension, plus a GitHub account and the GitHub CLI.
Make sure you have the following before you begin.
Download and install VS Code for your operating system.
Go to the VS Code website
Visit code.visualstudio.com and click the download button for your OS.
Install VS Code
macOS: Open the downloaded .dmg file and drag Visual Studio Code to your Applications folder.
Windows: Run the downloaded .exe installer and follow the setup wizard. Check “Add to PATH” when prompted.
Launch VS Code
Open Visual Studio Code from your Applications (macOS) or Start Menu (Windows) to verify it works.
Add the Claude Code extension to Visual Studio Code.
Open VS Code
Launch Visual Studio Code on your computer.
Open the Extensions panel
Click the Extensions icon in the left sidebar, or press:
Cmd + Shift + X (macOS) / Ctrl + Shift + X (Windows)
Search for “Claude Code”
Type Claude Code in the search bar. Look for the official extension by Anthropic.
Install the extension
Click the Install button on the Claude Code extension.
Authenticate with your Claude account
After installation, open the Claude Code panel in VS Code. It will prompt you to sign in. Your browser will open for a one-time authentication.
Log in with your Claude Pro or Max plan account.
Verify the setup
After signing in, the Claude Code panel should show a chat interface inside VS Code.
Your homepage is hosted for free on GitHub Pages, so you’ll need a GitHub account, plus Git and the GitHub CLI (gh) on your computer.
Create your account
Enter your email address, create a password, and choose a username. Complete the verification puzzle when prompted.
https://<username>.github.io.
Verify your email
GitHub sends a confirmation code to the email you signed up with. Enter it to activate your account.
Sign in
Log in at github.com/login to confirm everything works. You’ll use this same account to install and log in to the GitHub CLI next.
Install Homebrew (if you don’t already have it)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Git and GitHub CLI
brew install git gh
Log in to GitHub
gh auth login
Choose GitHub.com → HTTPS → Login with a web browser, and follow the prompts.
Download Git for Windows
Visit git-scm.com/download/win, download the installer, and run it with the default options.
Download the GitHub CLI
Visit cli.github.com, download the Windows installer (.msi), and run it.
Log in to GitHub
Open Command Prompt and run:
gh auth login
Choose GitHub.com → HTTPS → Login with a web browser, and follow the prompts.