Skip to content

saleor/saleor-dashboard

This branch is 1 commit ahead of, 56 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 23, 2025
695dbe9 · Jan 23, 2025
Jan 23, 2025
Nov 28, 2024
Jan 15, 2025
Apr 25, 2024
Apr 5, 2022
Nov 25, 2024
Aug 1, 2024
Dec 3, 2019
Jan 8, 2025
Aug 1, 2024
Jan 23, 2025
Jan 10, 2025
Jan 16, 2025
Jan 7, 2025
Jun 19, 2019
Jul 15, 2024
Jan 5, 2023
Nov 26, 2024
Oct 11, 2024
Nov 25, 2022
Oct 7, 2024
Oct 7, 2024
Nov 15, 2022
Nov 15, 2022
Jan 24, 2023
Apr 25, 2024
Jun 23, 2023
Feb 26, 2024
Aug 1, 2024
Jun 28, 2021
Nov 23, 2023
Nov 14, 2019
Aug 21, 2019
Jun 10, 2024
Jun 10, 2024
Oct 24, 2022
Dec 3, 2019
Nov 4, 2024
May 14, 2020
Feb 11, 2021
Jan 7, 2025
Jan 10, 2025
Nov 20, 2024
Mar 9, 2021
Nov 4, 2024
Sep 22, 2019
Jul 5, 2024
Jun 10, 2024
Jan 10, 2025

Repository files navigation

Saleor Dashboard

Saleor Dashboard

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

Prerequisites

  • Node.js v18+
  • A running instance of Saleor

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:
npm i
  1. Configure the env vars as described in docs/configuration.md.

  2. Start the development server with:

npm run dev

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

Docs