Static reference site for USDM / USD Montelibero, built with Astro and served from a Caddy container.
npm install
npm run devnpm run build
npm testnpm run data:monitoringThe command preserves already saved raw payments in public/data/monitoring-account.json,
merges newly available Horizon payments, and regenerates the monthly summary.
docker build -t usdm-site .
docker run --rm -p 8080:80 usdm-site