Next.js is a React Production Framework which gives the best developer experience with all the features for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
Run commands
npm install
npm run dev
Run commands
npm install --global yarn
yarn install
yarn run dev
Open or create a .env
file then edit add this setting
SKIP_PREFLIGHT_CHECK=true
# Authentication
GOOGLE_ID=key_goes_here
GOOGLE_SECRET=key_goes_here
NEXTAUTH_URL=http://localhost:3000
# Stripe
STRIPE_PUBLIC_KEY=key_goes_here
STRIPE_SECRET_KEY=key_goes_here
# Stripe Terminal/CLI
STRIPE_SIGNING_SECRET=key_goes_here
HOST=http://localhost:3000
# Need to add this to... google cloud
# http://localhost:3000/api/auth/callback/google
# Firebase
FIREBASE_SERVICE_ACCOUNT_KEY=service_account_with_single_quote
Use the link for more info on using Firebase ServiceAccount Key in .env: https://dev.to/vvo/how-to-add-firebase-service-account-json-files-to-vercel-ph5
👤 Jayesh Saini
Give a ⭐️ if this project helped you!