Documentation
Getting Started
Setup steps and project entry points.
Prerequisites
- Node.js
>22 <26 pnpm- A Saleor API URL
- A valid default channel slug
Environment variables
Create or update .env with the required storefront values:
NEXT_PUBLIC_SALEOR_API_URLNEXT_PUBLIC_DEFAULT_CHANNELNEXT_PUBLIC_STOREFRONT_URL
Development
Run the app locally with:
pnpm dev
The development server listens on http://localhost:3138.