From c540e163eae38dde43b8f917dc90423349cc9c2f Mon Sep 17 00:00:00 2001 From: Patti <139997703+Patticatti@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:05:21 -0700 Subject: [PATCH] docs: Update website README.md with .env instructions (#6501) Signed-off-by: Patti <139997703+Patticatti@users.noreply.github.com> Signed-off-by: Jamil Co-authored-by: Jamil --- website/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/README.md b/website/README.md index 825214c15..d2ff7001b 100644 --- a/website/README.md +++ b/website/README.md @@ -9,6 +9,29 @@ First, install dependencies and populate the `timestamps.json` file: pnpm setup ``` +Next, create files `.env.local` and `.env.development.local` in this directory. + +Put this in `.env.local`: + +``` +NEXT_PUBLIC_MIXPANEL_TOKEN="" +NEXT_PUBLIC_GOOGLE_ANALYTICS_ID="" +NEXT_PUBLIC_LINKEDIN_PARTNER_ID="" +FIREZONE_DEPLOYED_SHA="" +``` + +And this in `.env.development.local`: + +``` +# Created by Vercel CLI +EDGE_CONFIG="" +FIREZONE_DEPLOYED_SHA="" +SITE_URL="" +VERCEL_DEEP_CLONE="" +``` + +After that, make sure to contact the team for their values. + Then, run the development server: ```bash