stripe-saleor.mp4
Warning
This repository is not longer maintained - go to https://github.com/saleor/examples for Saleor examples
- Clone this repository
- Create
.envfile based on.env.example:
cp .env.example .env-
Replace the
SALEOR_API_URLenvironment variable with the address of your Saleor GraphQL endpoint. -
Make sure your Saleor instance has the Saleor Stripe App installed and configured.
-
Install the dependencies:
pnpm i- Generate the types based on GraphQL schema:
pnpm generate- Start the development server:
pnpm dev