Workshop setup
AI-Assisted Coding Workshop Setup Guide
Install Visual Studio Code, a Codex or Claude VS Code extension, Git, GitHub, Docker Desktop, and make sure your paid Claude or ChatGPT account is ready before the AI-Assisted Coding Workshop.

What you need
Install everything on the laptop you plan to use during the workshop. No custom scripts are required for setup. You only need the standard product installs and active accounts listed here.
- Visual Studio Code (free)
- Codex or Claude VS Code extension (free)
- Git (free)
- GitHub account (free)
- Docker account and Docker Desktop app (free account required)
- Claude or ChatGPT account ready in your browser (paid)
Recommended order
- Install Visual Studio Code.
- Install a Codex or Claude extension in VS Code.
- Install Git.
- Create or confirm your GitHub account.
- Create your Docker account and install Docker Desktop.
- Confirm your paid Claude or ChatGPT login works in the browser.
Visual Studio Code (free)
We will use VS Code as the main editing environment during the workshop.
Install the stable release and open it once so the app can finish first-run setup.
Codex or Claude VS Code extension (free)
Install one AI coding extension in VS Code so you can work inside the editor during the workshop.
Open VS Code Extensions Marketplace
In VS Code, the Extensions tab is the area where you browse and install add-ons for the editor. Look for the square icon on the left sidebar, or open it from the View menu.
Open the Extensions tab and install either the Codex extension or the Claude extension.
After installation, sign in to the extension and make sure it appears in VS Code as ready to use before the workshop starts.
Git (free)
Git is required for local version control before we connect your work to GitHub.
On Mac, open the Terminal app from Applications, Utilities, or use Spotlight search
and type Terminal.
On Windows, open Windows Terminal or PowerShell from the Start menu.
Then run this command:
git --version You should see a result that starts with something like git version,
followed by a version number.
GitHub (free account)
You need a GitHub account so you can push code, collaborate, and keep your app backed up.
Use an account you can access during the workshop without company approval delays or multi-device login issues.
Enable two-factor authentication and make sure you can sign back in after fully closing your browser. Please test that before the workshop starts.
Docker Desktop (free account required)
We will use Docker to create a consistent development environment for your web app.
Create your Docker account first, then download Docker Desktop, install it, and sign in to the app with that account.
After installation, launch Docker Desktop and wait until it reports that Docker is running.
Claude or ChatGPT (paid)
You need a paid Claude or OpenAI account available during the live sessions.
You do not need to install a desktop app for Claude or OpenAI. Just make sure your paid account works in the browser before the workshop starts.
Claude: claude.ai
OpenAI: chatgpt.com
Checklist before Week 1
- ✓ VS Code opens normally.
- ✓ Your Codex or Claude extension is installed in VS Code and signed in.
- ✓ You know how to open Terminal on Mac or Terminal/PowerShell on Windows.
- ✓
git --versionworks in your terminal. - ✓ You can sign in to GitHub with two-factor authentication enabled.
- ✓ You can close your browser, reopen it, and sign back in to GitHub successfully.
- ✓ Docker Desktop starts successfully and you can sign in to the app.
- ✓ You can sign in to Claude or OpenAI with your paid account.
All setup should be completed before the workshop starts. If you get stuck, use the contact page so Bill or a Cambermast team member can set up a meeting with you ahead of time and help you get unblocked before Week 1.
