Install dependencies:
npm ciRun the local Astro dev server:
npm run devBuild the static site:
npm run buildHosted content editing uses Pages CMS with .pages.yml in the repo root. No CMS service is deployed on molly; the editor runs against GitHub and the resulting commits are deployed by the same GitHub Actions workflow.
Run the migration utility tests:
uv run pytest