Skip to content

saleor/saleor-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ef9b44 Β· Nov 14, 2024
Nov 14, 2024
Jan 12, 2024
Nov 14, 2024
Nov 14, 2023
Apr 5, 2022
Apr 23, 2024
Mar 1, 2024
Jun 19, 2024
Dec 3, 2019
Jul 8, 2024
Nov 16, 2022
Nov 14, 2024
Mar 21, 2024
Nov 14, 2024
Apr 23, 2024
Jun 19, 2019
Apr 6, 2023
Jan 5, 2023
Jun 26, 2024
Nov 14, 2024
Nov 25, 2022
Apr 10, 2024
Nov 15, 2022
Nov 15, 2022
Jan 24, 2023
Jun 21, 2022
Nov 14, 2024
Feb 26, 2024
Jun 21, 2024
Jun 28, 2021
Nov 23, 2023
Nov 14, 2019
Aug 21, 2019
Nov 17, 2023
Oct 10, 2023
Oct 24, 2022
Nov 9, 2023
Dec 3, 2019
Apr 23, 2024
May 14, 2020
Feb 11, 2021
Jul 9, 2024
Nov 14, 2024
Nov 14, 2024
Mar 9, 2021
Aug 29, 2023
Apr 23, 2024
Sep 22, 2019
Sep 27, 2023
Nov 17, 2023
Apr 23, 2024

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