Initial import of UI-Docs from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 19:55:03 -04:00
commit 1ed566665a
44 changed files with 2393 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "ui-docs",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "UI walkthrough, screenshots, and review PDF for Verae Time × Zapier",
"scripts": {
"walk": "node scripts/walkthrough.mjs",
"pdf": "python3 scripts/build-review-pdf.py"
},
"dependencies": {
"puppeteer-core": "^24.15.0"
}
}