From c470dd359bbb41880f791a0124ee7c6737f48be5 Mon Sep 17 00:00:00 2001 From: Ian Hunter Harold <53131539+ianhunterharold@users.noreply.github.com> Date: Tue, 2 Jun 2020 22:05:26 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08123e9..51284d0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ Welcome to Mutual-Aid-Project! Our site is for organizing mutual aid effort in y ``` To Install: -Before starting, please reach out to Megan at info@townhallproject.com for environmental variables. Once you receive this information(and you have completed steps 1-5), please create an .env file at the .gitignore level and copy and paste information into that file. IMPORTANT NOTE: Please add .env to the .gitignore. This is sensitive information and we do not want our .env file being saved on github. +Before starting, please reach out to Megan at info@townhallproject.com for environmental variables. +Once you receive this information(and you have completed steps 1-5), please create an .env file at the .gitignore level and copy and paste information into that file. +IMPORTANT NOTE: Please add .env to the .gitignore. +This is sensitive information and we do not want our .env file being saved on github. 1. Fork the repository 2. From your fork, clone down a local copy @@ -39,4 +42,4 @@ REACT_APP_MAPBOX_API_KEY= NODE_ENV= -``` \ No newline at end of file +```