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_URL
  • NEXT_PUBLIC_DEFAULT_CHANNEL
  • NEXT_PUBLIC_STOREFRONT_URL

Development

Run the app locally with:

pnpm dev

The development server listens on http://localhost:3138.