Skip to content

Commit 48a3da2

Browse files
Update README and env file instructions
1 parent 487ea93 commit 48a3da2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.env-template

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
To get rid of the `console.log` errors related to MailChimp and reCapctha:
12

2-
# When updating the Subscribe MailChimp functionality present on the footer:
3-
# 1 Ask for the url link on Slack
4-
# 2 Create your local `.env` with the url credentials that will not be tracked into our repository for security reasons
3+
- 1 Ask for the the credentials on Slack
4+
- 2 Create your local `.env` with the credentials that will not be tracked into our repository for security reasons
55

66
NEXT_PUBLIC_MAILCHIMP_URL={Add the url link}
7-
7+
NEXT_PUBLIC_RECAPTCHA_SITE={Add the key}
8+
RECAPTCHA_SECRET_KEY={Add the key}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ After talking to us on Slack and deciding this project is your "cup of tea", you
2828
This is how to get started locally:
2929

3030
- [Git clone this repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
31+
- Ask on Slack for the `.env` file credentials with MailChimp and reCaptcha keys and add it to your local copy.
3132
- Run `yarn install`
3233
- Run `yarn run dev` (for Windows)
3334
- Run `yarn run dev-mac` (for macOS)

0 commit comments

Comments
 (0)