stripe-saleor.mp4
Tip
Questions or issues? Check our discord channel for help.
- Clone this repository
- Create
.env
file based on.env.example
:
cp .env.example .env
-
Replace the
SALEOR_API_URL
environment 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