/stytch-supabase-example

Example app built with Next.js and Supabase

Primary LanguageJavaScriptMIT LicenseMIT

This repository is a working example of the Stytch/Supabase guide.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Create a .env.local file:

cp .env.template .env.local
# Replace your keys in new .env.local file

Then, run the development server:

npm run dev
# or
yarn dev