- mise 2026.7.18
- Node.js 24.x
- pnpm 10.x
- (Optional) act 0.2.89
- (Optional) op (1password-cli) 2.38.1
mise installInstall the dependencies.
pnpm installStart the development server.
pnpm run devBuild the site for production.
pnpm run buildDeploy the site to Cloudflare Workers.
pnpm run deployInstall the Playwright Chromium browser once.
pnpm exec playwright install chromiumCapture full-page layout screenshots for desktop, tablet, mobile, and small mobile viewports.
pnpm run test:e2e:screenshotScreenshots are written to e2e/.playwright/test-results/screenshots/.
Run workflows locally:
- Run
.github/workflows/deploy.yml
make act-deploy