- GitHub URL: https://github.com/BurtHarris/dogeTech
- Version: v0.2.0
- Status: ✅ Live and ready for collaboration
Send her this simple message:
Hi! I've created a safe experimental development environment for us to work with GitHub Copilot and learn new tools.
Setup (30 minutes, one time):
- Install Docker Desktop and VS Code
- Install "Dev Containers" extension in VS Code
- Run this in PowerShell:
git clone https://github.com/BurtHarris/dogeTech.git cd dogeTech code . - Click "Reopen in Container" when VS Code asks
- Wait for it to build (10 minutes first time)
Result: You'll have the exact same development environment as me - safe to experiment with any tools without breaking your Surface laptop!
- Container isolation protects host machines
- Identical environments for both of you
- Easy to reset if something breaks
- GETTING_STARTED.md - 15-minute quick start
- DEVCONTAINER_EXPLAINED.md - What Dev Containers are and why they're useful
- EXTENDING_CONTAINER.md - How to add Python, databases, SvelteKit, etc.
- APPRENTICE_SETUP.md - Simple setup guide specifically for her
- Add Python for data science
- Add SvelteKit for web development
- Add databases for full-stack projects
- Add any experimental tools safely
- Version controlled setup
- Easy to share improvements
- Consistent across different machines
- Share the repository with your apprentice
- Both of you test the Dev Container workflow
- Start experimenting with GitHub Copilot safely
- Add new tools as needed using the extension guides
You now have a professional-grade, shareable development environment that:
- Protects your host machines
- Provides consistent setup across team members
- Enables safe experimentation with any development tools
- Includes comprehensive documentation for learning
- Uses industry-standard practices (Git, GitHub, Dev Containers)
Your experimental playground is ready for GitHub Copilot adventures! 🚀