Home
Softono

Saleor Dashboard

Open source BSD-3-Clause TypeScript
1K
Stars
1.2K
Forks
132
Issues
29
Watchers
2 months
Last Commit

 About Saleor Dashboard

A GraphQL-powered, single-page dashboard application for Saleor.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Saleor Dashboard?

We provide expert installation service for this software. Our team will install, configure, and secure Saleor Dashboard on your server. plans start at just $30.

Saleor Dashboard

View on GitHub
Saleor Dashboard 25/26

Saleor Dashboard

A GraphQL-powered, single-page dashboard application for Saleor.

Get to know Saleor:
Talk to a human | Talk to the API

Prerequisites

  • Node.js v24
  • A running instance of Saleor
  • PNPM package manager - preferably installed via corepack

Development

  1. Clone the repository:
git clone https://github.com/saleor/saleor-dashboard.git
  1. Enter the project directory:
cd saleor-dashboard
  1. Install the dependencies:
pnpm install
  1. Configure the env vars as described in docs/configuration.md.

  2. Start the development server with:

pnpm run dev

Note: If you see CORS errors, check CORS configuration of your Saleor instance or CORS settings in the Cloud Console.

Docs