From e899ee428fd96bdad4200869f852c9cfff774ee6 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Tue, 13 Dec 2022 20:31:26 +0900 Subject: [PATCH] Adding details for env variables --- website/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/README.md b/website/README.md index b12f3e33..ab0a8381 100644 --- a/website/README.md +++ b/website/README.md @@ -1,5 +1,14 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). +## Required Environment Variables + +This requires: + +- `NEXT_PUBLIC_SUPABASE_URL`: A supabase Authorization URL +- `NEXT_PUBLIC_SUPABASE_ANON_KEY`: A public supabase key for Authorization + +These can both be optained from the Supabase project settings page. + ## Getting Started First, run the development server: