A responsive, editorial portfolio website for bridal and full-glam artist Yeasmin.
The initial review round produced three full-page directions:
Botanical Heirloom is selected and implemented as the local application. See the design specification, project plan, and execution log for the durable design and validation record.
Use the supported Node 24 and pnpm 11 runtime documented in Setup.md, then run:
pnpm install --frozen-lockfile
pnpm exec playwright install firefox webkit
pnpm run devThe local visual preview is served at http://127.0.0.1:4321/. Run the complete validation contract with:
pnpm run validateLocal routes:
/— Botanical Heirloom portfolio homepage;/services/— reviewed General/Florida bridal service menu; and/studio/— development-only image and menu editor with exact live previews. This route is intentionally absent from production builds.
The local development mode uses clearly labeled generated photographs to review composition. They are not Yeasmin's work. At the owner's explicit direction, optimized derivatives of those images also appear on the GitHub Pages staging site with a persistent illustrative-image disclosure; they remain temporary and must be replaced before the site is represented as Yeasmin's final portfolio. A GitHub Pages workflow in .github/workflows/pages.yml deploys main to https://sequence-labs.github.io/YeasminWebsite/.