-
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
Showing
16 changed files
with
33 additions
and
33 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## Welcome to Mutual-Aid-Networks! This site is for organizing mutual aid efforts within your community. | ||
## Welcome to Mutual-Aid-Networks! This site is for organizing mutual aid efforts within your community. | ||
|
||
## Setup | ||
|
||
## Setup | ||
|
||
|
||
#### 1. The general development workflow is as follows: | ||
|
||
|
@@ -30,22 +30,22 @@ B. Rebase your topic branch onto your fork's master, which is now up to date wit | |
C. Create a pull request to the main Mutual-Aid-Networks repo master | ||
- use the github UI | ||
|
||
#### 3. Setting Up in Local Environment | ||
#### 3. Setting Up in Local Environment | ||
|
||
A. Download the files | ||
Clone this repository to a folder of your choice on your local machine: | ||
|
||
Clone this repository to a folder of your choice on your local machine: | ||
|
||
- `git clone https://github.com/townhallproject/mutual-aid-networks.git` | ||
|
||
- Navigate to the newly cloned repository folder | ||
- Install the project dependencies:`npm i` | ||
- Run `npm start` to open in localhost | ||
- Please reach out to Megan at [email protected] for environmental variables. | ||
-Once you receive this information please create an .env file at the root level (same level as .gitignore) | ||
and copy and paste information into that file. Env file referenced at bottom of read me. | ||
|
||
- Please reach out to Ricky at [email protected] for environmental variables. | ||
-Once you receive this information please create an .env file at the root level (same level as .gitignore) | ||
and copy and paste information into that file. Env file referenced at bottom of read me. | ||
|
||
#### 4. Devtools setup | ||
|
||
React and Redux devtools can be helpful tools to install for debugging in Chrome: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
border-color: white; | ||
} | ||
} | ||
.thpLogo { | ||
.ggLogo { | ||
width: 200px; | ||
padding-bottom: 20px; | ||
} | ||
|
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 |
---|---|---|
|
@@ -23,11 +23,11 @@ const PageFooter = (props) => { | |
<p> | ||
<span> | ||
{translations.source[siteLanguage]} | ||
<a href="https://townhallproject.com/" rel="noopener noreferrer" target="_blank" >Town Hall Project</a>. | ||
<a href="https://www.groundgamela.org/">Ground Game Los Angeles</a>. | ||
</span> | ||
<span> | ||
{translations.contact[siteLanguage]} | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</span> | ||
</p> | ||
<p> | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ const PrivacyPolicy = (props) => { | |
<p> | ||
This website may use Google or other forms to collect data from the user. All data collected will be | ||
used in accordance with instructions on the intake form. If you do not wish your data displayed, contact | ||
<a href="mailto:[email protected]"> [email protected]</a> to have it removed. | ||
<a href="mailto:[email protected]"> [email protected]</a> to have it removed. | ||
</p> | ||
</div> | ||
</div> | ||
|