@@ -12,40 +12,34 @@ In this section, you'll set up your development environment and teach GitHub Cop
1212
1313## 🔧 Initial Setup
1414
15- ### Step 1: Pick a Setup Path
16-
17- #### Option A (recommended): Create Your Repository
15+ ### Step 1: Create Your Repository (Required)
1816
19171 . Open [ github.com/copilot-dev-days/agent-lab-typescript] ( https://github.com/copilot-dev-days/agent-lab-typescript )
20182 . Click ** Use this template** → ** Create a new repository**
2119 - Name: ` my-soc-ops `
2220 - Visibility: ** Public**
23213 . ✅ Your own Soc Ops repo is ready!
2422
25- #### Option B: Open directly in Codespaces (no template or fork)
26-
27- 1 . Open [ codespaces/new/copilot-dev-days/agent-lab-typescript] ( https://github.com/codespaces/new/copilot-dev-days/agent-lab-typescript )
28- 2 . Create a new Codespace
29- 3 . ✅ Environment starts with the repository devcontainer automatically.
30-
31- > ⚠️ If you want to deploy to ** GitHub Pages** , create your own repository first using ** Option A** .
32-
3323### Step 2: Enable GitHub Pages
3424
35- If you used ** Option A** , continue with this step.
36-
37251 . Go to your repo's ** Settings** → ** Pages**
38262 . Under "Build and deployment", change * Deploy from a branch* to ** GitHub Actions**
39273 . ✅ Any commit will now publish to: ` https://{username}.github.io/{repo-name} `
4028
41- ### Step 3 (Option A only): Clone & Open in VS Code
29+ ### Step 3: Choose How You'll Develop
30+
31+ #### Option A: Clone locally in VS Code
4232
43331 . Open VS Code
44342 . Run command: ` Git: Clone ` → ` Clone from GitHub `
45353 . Select your new repository
46364 . Install recommended extensions (notification or ` Extensions: Show Recommended Extensions ` )
4737
48- If you used ** Option B** , skip clone and use your active Codespace session.
38+ #### Option B: Create a Codespace for your repo
39+
40+ 1 . Open your repository on GitHub
41+ 2 . Click ** Code** → ** Codespaces** → ** Create codespace on main**
42+ 3 . ✅ Codespace starts with your repo and devcontainer.
4943
5044### Step 4: Run the Setup Agent
5145
0 commit comments