The marketplace for armpit lovers — MVP static site.
npm install
npm run devOpen http://localhost:4321.
npm run build
npm run previewStatic output is written to dist/.
- Connect this repository in the Cloudflare Pages dashboard.
- Set build command:
npm run build - Set output directory:
dist - Deploy.
Node.js 22+ is required (engines in package.json).
- Posts and creators:
src/data/*.json(includesimagePromptfields for future asset generation) - Concepts:
src/content/concepts/*.md
Replace imageUrl values with local paths under public/images/ when you generate real assets.
See docs/PRD.md for product requirements.