Hosting shell for https://dev.capital-wizard.com — nothing else.
This repository holds no source. Its gh-pages branch is a build artefact,
written by the deploy-dev.yml workflow in
stan-osipov/capital-wizard every
time that repo’s dev branch is pushed. The workflow publishes with
force_orphan, so gh-pages is always exactly one commit — do not keep anything
there you would miss.
Do not commit here by hand. Change the app in capital-wizard, push dev,
and the site follows.
The dev site is a front-end preview, not a sandbox: it runs against the same live Supabase project as production.
Setup and rationale: docs/dev-environment.md in the main repo.