Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local setup info in the with-supabase-auth-realtime-db example's README #40030

Merged
merged 3 commits into from Aug 28, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions examples/with-supabase-auth-realtime-db/README.md
Expand Up @@ -8,6 +8,18 @@ The Vercel deployment will guide you through creating a Supabase account and pro

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-supabase-auth-realtime-db&project-name=nextjs-with-supabase-auth&repository-name=nextjs-with-supabase-auth&integration-ids=oac_jUduyjQgOyzev1fjrW83NYOv)

## Test locally

Step 1. ``cd`` into this directory.

Step 2. run ``npm install``

Step 3. create a supabase account and create a new project.

Step 4. copy .env.local.example into .env.local, and populate the keys.

Step 5. run ``npm run dev``
leerob marked this conversation as resolved.
Show resolved Hide resolved

## Feedback and issues

Please file feedback and issues over on the [Supabase GitHub org](https://github.com/supabase/supabase/issues/new/choose).
Expand Down