A Next.js powered Stripe Connect OAuth Process Demo.
- React Framework: Next.js
- CSS in JS: styled-components
- Payment Processor: Stripe
- Code Formatting: Prettier
- Linting: ESLint
Rename .env.sample
to .env.development
, and fill the needed Stripe Keys.
And run the development server:
$ npm i
$ npm run dev
Rename .env.sample
to .env.production
, and fill the needed Stripe Keys.
Download Vercel CLI and run vercel
. Now your website is up!