Skip to content

kumarabhirup/stripe-connect-demo

Repository files navigation

💵 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!