View attachment 60458
View attachment 60460
This guide walks you through everything you need to do to build a high-quality Next.js app integrated with Supabase DB and Stripe
From README.md
👉 Get Started
Install dependencies
npm install
Update your .env file with values for each environment variable
API_KEY=AIzaSyBkkFF0XhNZeWuDmOfEhsgdfX1VBG7WTas
etc ...
Run the development server
npm run dev
When the above command completes you'll be able to view your website at...