Prosper Donkey.

Learn Claude · 1-Hour Session

Before we meet.

Shane Wilson · hello@prosperdonkey.com · $150 / hr

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.

01.
Create a Claude account
Required

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.

02.
Install VS Code
Required

VS Code is the code editor we'll use as our home base. Free, lightweight, and where Claude Code lives.

03.
Install Claude Code
Required

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.

  • Install Node.js (LTS) from nodejs.org
  • Then open a terminal and run: npm install -g @anthropic-ai/claude-code
  • In VS Code, open the Extensions panel and search "Claude Code" — install the official Anthropic extension
Already have Node? Open a terminal and type node -v — if you see a version number, skip the first step.
04.
Create a GitHub account + install Git
Recommended

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.

05.
Create a free AWS account + install the CLI
Optional — only if you want to deploy something

If 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.

Don't stress this one. If AWS isn't set up beforehand we'll skip deployment and focus on building — there's plenty of value either way.