This repository contains a minimal Next.js skeleton for the Merchify project with placeholders for:
- Mux video upload + thumbnails
- Gemini (Nano Banana) image generation
- Shopify Storefront integration
Follow the merchify-plan docs for task assignments and sprint plan.
Quick setup:
- Copy
.env.local.exampleto.env.localand fill your keys. - Install dependencies:
npm install- Run dev server:
npm run devNotes: This skeleton contains API route stubs and frontend components to connect the flows. Replace placeholder logic with your real API calls and secrets.