Standalone Next.js back-office for Eandewigs. It talks to the same backend
API as the storefront and is gated to the admin role.
cp .env.example .env
npm install
npm run dev # http://localhost:3001Sign in at /login with an admin account, then manage the store. Every other
route requires the admin role (enforced in middleware + at render time).