groundgamela / mutual-aid-networks

Find Mutual Aid Networks and other community self-support projects near you.
https://www.mutualaidhub.org
2 stars 10 forks source link
canada map mutual-aid usa

Welcome to Mutual-Aid-Networks! This site is for organizing mutual aid efforts within your community.

Setup

1. The general development workflow is as follows:

2. Merging your changes to the main Mutual-Aid-Networks repo

A. update your forked master branch to match the main Mutual-Aid-Networks master branch:

B. Rebase your topic branch onto your fork's master, which is now up to date with everyone elses changes:

C. Create a pull request to the main Mutual-Aid-Networks repo master

3. Setting Up in Local Environment

A. Download the files

Clone this repository to a folder of your choice on your local machine:

4. Devtools setup

React and Redux devtools can be helpful tools to install for debugging in Chrome:

5. 🎂 Congratulations you're done 🎂

When you encounter new problems, make SURE to edit this README with updated information so that future coders can spend more time being productive!

6.

.env file should look like this below with the coresponding information

REACT_APP_TESTING_FIREBASE_API_KEY=
REACT_APP_TESTING_FIREBASE_AUTH_DOMAIN=
REACT_APP_TESTING_DATABASE_URL=
REACT_APP_TESTING_PROJECT_ID=
REACT_APP_TESTING_STORAGE_BUCKET=
REACT_APP_TESTING_MESSAGING_SENDER_ID=
REACT_APP_MAPBOX_STYLE_URL=
REACT_APP_MAPBOX_API_KEY=
NODE_ENV=development