punyaslokdutta packages Mike to run on a laptop
A one-command local setup meant to make it easy to stand the whole app up on your own machine and kick the tyres before committing to anything hosted.
punyaslokdutta bundled Mike's front and back ends into self-contained containers (Docker, the standard way to ship an app so it runs the same everywhere) so the full stack comes up locally with a single command. The pieces:
- Local sign-in and database handling, using Supabase, an open-source backend service, seeded and ready on startup.
- A storage design that speaks one common interface whether documents sit in Cloudflare's hosted object storage or a local stand-in during development, so the same code works in both places without edits.
- Separate example config files for local use, deliberately left apart from the cloud settings so existing deployments aren't disturbed.
punyaslokdutta reports running it end to end locally, but the change was closed without merging, so none of it landed in the base project.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?