Tip
Questions or issues? Check our discord channel for help.
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:
npm i
Run the development server:
npm run dev
Open http://localhost:5375 with your browser to see the result.