Installation
Login to app in development
Login to app in development using email and password.
Sign up using email
- Go to
http://localhost:3000/login
. If you are logging in for the first time, you can sign up and setup your email login credentials. - Once your account is created in supabase local studio, you will receive an email in inbucket, which you can access at http://localhost:54324/monitor`. Click on the link and login.
- Confirm your email and you will be taken to the dashboard! 🎉
Sign up using email and password
- Go to
http://localhost:3000/login
. For the first time, you can sign up and setup your email and password login credentials. - Supabase auto-confirms the credentials and does not send any confirmation email.
- You can login now using the same credentials and you will be taken to the dashboard! 🎉
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.
Setting up Supabase for Production
Learn how to set up Supabase for production. This guide will walk you through creating an account, creating a project, and setting up environment variables for production.