Home
Softono
saleor-dashboard

saleor-dashboard

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

About saleor-dashboard

<img width="1920" height="1080" alt="Saleor Dashboard 25/26" src="https://github.com/user-attachments/assets/c9705611-2729-4e65-ae35-22081f03c569" /> <div align="center"> <h1>Saleor Dashboard</h1> </div> <div align="center"> <p>A GraphQL-powered, single-page dashboard application for <a href="https://github.com/saleor/saleor">Saleor</a>.</p> </div> <div align="center"> Get to know Saleor: <br> <a href="https://saleor.io/cloud/talk-to-us?utm_source=github&utm_medium=readme&utm_campaign=repo_dashboard">Talk to a human</a> <span> | </span> <a href="https://cloud.saleor.io/signup?utm_source=github&utm_medium=readme&utm_campaign=repo_dashboard">Talk to the API</a> </div> <br> <div align="center"> <a href="https://saleor.io/">🏠 Website</a> <span> β€’ </span> <a href="https://docs.saleor.io/">πŸ“š Docs</a> <span> β€’ </span> <a href="https://saleor.io/blog/">πŸ“° Blog</a> <span> β€’ </span> <a href="https://twitter.com/getsaleor">🐦 Twitter</a> <span> β€’ </span> <a href="https://saleor.io/dis ...

Platforms

Web Self-hosted

Languages

TypeScript
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