This project is a minimal Next.js 14 site that fetches products from an eBay UK store.
- Install dependencies
pnpm install- Create a
.env.localfile with the following variables:
EBAY_APP_ID=your-app-id
EBAY_STORE=your-store-name
CACHE_TTL=900
- Run the development server
pnpm run devThe site will be available at http://localhost:3000.