kumarabhirup / stripe-connect-demo

Next.js Stripe Connect OAuth Flow.

Home Page:https://stripe-connect-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’΅ Stripe Connect Demo

A Next.js powered Stripe Connect OAuth Process Demo.

πŸ“š Stack

πŸ’„ Development

Rename .env.sample to .env.development, and fill the needed Stripe Keys.

And run the development server:

$ npm i
$ npm run dev

πŸš€ Deployment

Rename .env.sample to .env.production, and fill the needed Stripe Keys.

Download Vercel CLI and run vercel. Now your website is up!