Home

Awesome

Saleor Dashboard

<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"> <a href="https://saleor.io/">🏠 Website</a> <span> • </span> <a href="https://docs.saleor.io/docs/3.x/">📚 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://discord.gg/H52JTZAtSH">💬 Discord</a> </div> <div align="center"> <span> • </span> <a href="https://githubbox.com/saleor/saleor-dashboard">🔎 Explore Code</a> </div>

Prerequisites

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