Prosper Donkey.
Learn Claude · 1-Hour Session
None of this is required — we can handle setup together on the day. But if you arrive with these already in place, we spend the hour building, not clicking through signup flows. Work through what you can; skip what you can't.
Claude is the AI we'll be working with. You need a free account at claude.ai — the free tier is plenty to get started.
VS Code is the code editor we'll use as our home base. Free, lightweight, and where Claude Code lives.
Claude Code is Anthropic's CLI tool — it connects Claude directly to your editor and terminal so you can actually build things, not just chat. This is the core of what makes the session valuable.
node -v — if you see a version number, skip the first step.
GitHub is where code lives. Even if you never write code yourself, Git lets Claude Code track changes and save your work properly during the session.
git --versionIf you want to build and ship something in our hour, an AWS account gets you there. The free tier covers everything we'd do — no charges for lightweight apps and static sites.
aws --version