Installation
Dev environment
Setup your dev environment for the Supabase Stripe Starter Kit. Link your repository to Supabase, setup env variables, and run your dev server.
Link your repository to supabase
Setup env variables
In your repository directory, you should have a .env.local.example file which looks like this. Create a .env.local
file right e it but instead of dummy values like YOUR_SUPABASE_PROJECT_REF
, fill the actual details.
Run your dev server
We are ready to start our dev server. Run
pnpm dev
Our local development server is now running at localhost:3000
.