Skip to content

cjavilla-stripe/next-graphcms-stripe-checkout

Repository files navigation

1. Configure environment

If running locally, copy .env.local.sample to .env.local:

mv .env.local.sample .env.local

Then configure the following environment variables:

NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=

GRAPH_CMS_ENDPOINT=
GRAPH_CMS_MUTATION_TOKEN=

2. Run development server

npm run dev
# or
yarn dev

About

Next.js + GraphCMS + Stripe Checkout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published