Professional Jewess now has a single canonical codebase in professional-jewess/: a React + Vite front end with a Cloudflare Worker API scaffold.
The old root-level static prototype pages have been kept only as lightweight redirects so visitors and old links land in the unified app instead of seeing a different design or stale flow.
cd professional-jewess
npm install
npm run devBuild the production app:
cd professional-jewess
npm run buildFor product notes, API details, deployment instructions, and project structure, see professional-jewess/README.md.