Develop
Version Control
Push your app to GitHub so every change is committed, backed up, and ready to deploy.
Commit your app to GitHub before making changes. This gives you a clean baseline to roll back to if anything goes wrong.
Install GitHub Desktop
Download GitHub Desktop and sign in with your GitHub account.
Add Your Project
- Click File → Add Local Repository
- Select your app folder (e.g.
~/apps/my-app) - Click the "create a repository" link it offers
- Click Create Repository
Commit
- Type
Initial commitin the summary box (bottom-left) - Click Commit to master
Publish
- Click Publish repository (top of window)
- Check "Keep this code private"
- Click Publish Repository
Every future commit in GitHub Desktop pushes automatically.
Next Steps
- With Claude Code — connect your AI editor and the MCP servers
- Launch — deploy to Cloudflare Pages