A minimal Fork2Own-compliant application for testing the Fork2Own Wizard.
A simple single-page app that:
- Shows a "Sign in with GitHub" button
- Authenticates via GitHub OAuth
- Displays your GitHub username when authenticated
This app is F2O-compliant:
- ✅ Unity of State - code and config in same repo
- ✅ Zero-Rent Distribution - deploys to GitHub Pages
- ✅ Exit-First Design - works standalone
- Publish this repo to your GitHub account
- Run Fork2Own locally:
http://localhost:3000 - Navigate to:
http://localhost:3000/#/github/YOUR_USERNAME/f2o-test-app - Complete the wizard to test the full flow
# Just push to GitHub, Actions will deploy to Pages
git push origin mainindex.html- The entire app (one file!).f2o.json- F2O manifest.github/workflows/deploy.yml- GitHub Pages deployment