-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e450faf
commit c470dd3
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] 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 [email protected] 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= | ||
``` | ||
``` |