A GraphQL-powered, single-page dashboard application for Saleor.
- Node.js v22 (recommended)
- A running instance of Saleor
- PNPM package manager - preferably installed via corepack
Note
Currently both Node v22, v20 are supported. We recommend using Node v22, since support for older versions will be dropped.
- Clone the repository:
git clone https://github.com/saleor/saleor-dashboard.git- Enter the project directory:
cd saleor-dashboard- Install the dependencies:
pnpm install-
Configure the env vars as described in docs/configuration.md.
-
Start the development server with:
pnpm run devNote: If you see CORS errors, check CORS configuration of your Saleor instance or CORS settings in the Cloud Console.