Apps & Tools
Web tools and mini-apps I've built.
Adding a React App
To serve a React app from this site:
- Build your React app with
npm run build(Create React App / Vite) - Copy the build output into
apps/your-app-name/ - Add a card in
_pages/apps.mdlinking to/apps/your-app-name/ - Commit and push — GitHub Actions will deploy it automatically
The built React app is served as static files, so it works perfectly with GitHub Pages.