Student workshop package for APAC Claude Code workshops — Bangalore, India.
| Directory | Contents |
|---|---|
agenda/ |
Workshop schedule and session breakdowns |
guides/ |
Student setup instructions and walkthroughs |
slides/ |
Presentation decks |
snippets/ |
Code snippets and reference implementations |
faq/ |
Troubleshooting and frequently asked questions |
Before the workshop, complete these steps:
- Install Claude Code — Follow the official installation guide
- Fork the starter app — Fork beck-source/inventory-management to your own GitHub account
- Create an API key — Get your Anthropic API key from console.anthropic.com
- Clone your fork locally and verify Claude Code runs in the project directory
Detailed instructions are in guides/student-setup.md (coming soon).
The live workshop dashboard will be shared during the session. You'll use it to track your progress through the tasks.
This repo is maintained by the workshop facilitation team. PRs welcome for improvements to student materials.
- Create a feature branch:
feat/,fix/, ordocs/prefix - Make your changes
- Open a PR with a clear description
- Merge after review (or direct push for quick fixes)
Internal use only.