An overview of the AnotherWrapper starter kit
Fork and Setup the Code
💡 Pro Tip: You can verify your remotes are set correctly with git remote -v
This creates your own private copy of the starter kit.Set up Supabase Database
Install Supabase Tools
Login to Supabase CLI
Create Your Database
vpgxxpifhzqjvrhsinhe
). Save this ID - you’ll need it soon!Connect Your Project
npx supabase link --project-ref vpgxxpifhzqjvrhsinhe
Configure Environment Variables
.env
file and fill in these details:Set Up Database Tables
.env
file - make sure all the Supabase values are correctsupabase db reset
to start fresh
with your database schema.Start development
http://localhost:3000
- your website should be up and running!.env
file - make sure all the Supabase values are correct.next
folder: rm -rf .next
pnpm install --force
pnpm dev
.env
file configured correctlyPush Your Existing Code to GitHub
Connect to Vercel
Copy Your Environment Variables
.env
file? We need to tell Vercel about them:.env
file:Configure Build Settings
pnpm build
.next
pnpm install
Deploy
your-app.vercel.app
)