这节课在 第二课(Claude Code)基础上新增两个工具:GitHub(存代码)+ Vercel(自动部署上线)。 如果第二课的环境还正常跑着,今天约需 5 分钟:注册 GitHub + 注册 Vercel。 This session builds on Session 2 (Claude Code) by adding two new tools: GitHub (code storage) + Vercel (auto-deploy). If your Session 2 environment is still working, this takes about 5 minutes: sign up for GitHub + Vercel.
claude --version 有输出)Claude Code installed and running (claude --version shows output)如果以上任何一条不满足,回到 S2 学员页按课前准备补上。If any of the above is missing, go back to the S2 student page and complete the pre-class setup.
| 工具Tool | 用途Purpose | 费用Cost |
|---|---|---|
| GitHub | 存放网站代码;Vercel 监听它自动部署Store your website code; Vercel watches it and auto-deploys | 免费Free |
| Vercel | 网站部署平台,push 一下自动上线Website hosting platform — one push and your site goes live | 免费Free |
注册完账号后,打开 Claude Code(任意目录),输入:After creating your account, open Claude Code (any directory) and type:
帮我安装 GitHub CLI 并登录 GitHub
Claude Code 会自动运行 winget install --id GitHub.cli(Windows)或 brew install gh(Mac),
然后执行 gh auth login——按提示选 HTTPS → Login with a web browser,浏览器弹出页面点授权。
Claude Code will automatically run winget install --id GitHub.cli (Windows) or brew install gh (Mac),
then run gh auth login — choose HTTPS → Login with a web browser and authorize in the browser popup.
Logged in to github.com,之后所有 git push 自动带认证。
✅ When done, your terminal shows Logged in to github.com. All future git push commands will authenticate automatically.
帮我把当前项目初始化成 git repo 并推到 GitHub帮我保存这次改动并推到 GitHubclaude --version # 确认正常confirm working
claude --version 正常Claude Pro active, claude --version worksgh auth login,终端显示 Logged in to github.comgh auth login complete, terminal shows Logged in to github.com✅ 四项全 OK,上课见!✅ All four done — see you in class!
Session 3 · 从一句话到成品:PPT、海报、网站全搞定
Austin Xu · 北美华人 Claude AI 课程 ·
elitecoach101.com
Session 3 · One Sentence to Finished Work: Slides, Posters & Websites
Austin Xu · Claude AI Course for North American Chinese Professionals ·
elitecoach101.com