Building with Claude Code
This is the moment you’ve been waiting for! Let’s use Claude Code to build your project.
Step 1: Open a new Claude Code chat
Section titled “Step 1: Open a new Claude Code chat”
- Choose the repository you want Claude to work on. Eg., username/username.github.io
- Select the default Cloud environment
- Paste your prompt
- (optional) Add any images for design reference
Step 2: Watch and Learn
Section titled “Step 2: Watch and Learn”Claude Code will:
- Plan - Think about the best approach
- Create files - Generate HTML, CSS, and JavaScript files
- Explain - Tell you what it’s doing and why

⚠️ Be patient! Complex projects might take a minute or two. Don't interrupt Claude Code while it's working.
Step 3: Review What Was Created
Section titled “Step 3: Review What Was Created”
After Claude Code finishes, let’s see what files were created. Claude code would have created a new branch and pushed it’s work to that branch. You will need to fetch those changes to your local system for review.
💡 Want more tips? Check out Working with Claude Code: Tips & Tricks in the Level Up section for advanced techniques!
Troubleshooting
Section titled “Troubleshooting”Github Repo not installed
Section titled “Github Repo not installed”
You will need to re-connect the Github Integration and Select the repository you are working on.
Next Steps
Section titled “Next Steps”Now that you have the code in your local system, you need to know how to verify it! In the next section, we’ll learn how to test your sites locally.
✅ Checkpoint
Claude Code has created your project files. Ready to Test them?