756 B
756 B
Documenter — F-013 Storefront shell (Next.js)
Documentation updated
- Updated
project/README.mdwith storefront commands:cd storefront && npm installnpm run devnpm run lintnpm run typechecknpm run build
- Added
Storefront shell (Next.js)section documenting:- package location:
project/storefront/ - Next.js App Router, React, TypeScript and Tailwind stack
- server-rendered home/layout/navigation
- typed public API client at
src/lib/api.ts server-onlyAPI client boundary- API base URL configuration
- explicit out-of-scope catalog pages/cart/checkout UI
- package location:
Evidence
cd project && npm run lint— PASS after README update../scripts/verify.sh— PASS after README update.