saleor / saleor-dashboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 93.1%Language:JavaScript 6.8%Language:Dockerfile 0.0%Language:Shell 0.0%Language:CSS 0.0%Language:HTML 0.0%