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