Write your page geometry, ship it to your sites
This repo consumes MINK as installed packages — @mink/spine, @mink/kit, and @mink/styles. You scaffold a page, arrange its bands, fill its content, and build your pages into a deployable site — deploy the whole dist/ folder, or carve out one page. The design system stays rigid; the geometry is yours to compose.
The render engine, components, and styling install from node_modules — the same way you pull in any library. Updates flow through the package version.
scaffold:page writes the bands into your own page file — editable source, never a re-export. Seed it from a template or pass --blank and write the geometry yourself. Cells must sum to 12; everything else is open.
The page geometry, content, and any custom code live here, in your git — never in the kit. Build the site and deploy the dist/ folder anywhere.
Start blank, or from a seed
Run npm run scaffold:page -- --blank --as your-page, arrange the bands, fill the content, and build.