Warning
This repository is not longer maintained - go to https://github.com/saleor/examples for Saleor examples
You need to set up the OpenID Connect plugin in your Saleor dashboard.
Copy .env.example
to .env
and set your Saleor instance URL with the NEXT_PUBLIC_SALEOR_URL
environment variable.
Install dependencies:
pnpm install
Run the development server:
pnpm run dev
Open http://localhost:5375 with your browser to see the result.