WAVIN' — Headless Shopify E-Commerce Shop Tech Stack Next.js React.js TypeScript Git Installation 1. Install dependencies pnpm install 2. Create a .env file in the project root SHOPIFY_STOREFRONT_ACCESS_TOKEN=<your-public-storefront-access-token> SHOPIFY_STORE_NAME=<your-shopify-store-name> # e.g. "myshop" 3. Build the project pnpm run build 4. Start the server pnpm run start