I'm trying to add issues as I go but any help would be great. Just run the site and take a look around, if you see something you want to fix, fix it. If you cant fix it make an issue. If you have questions, post it in the repo discussions. I realy need help with the reducers and seting up user functionality. The sooner this site is ready for deployment, the sooner advocates can colaborate, and help people in need.
- In the upper right corner:
- click the Star button.
- Click the Fork button and save the fork to your repos.
- Open the repo in your editor of choice (This site will work on CodeSpaces and GitPod.io).
- Before you make any changes, please create and switch to a new branch off of main.
- Click on terminal, then new terminal
- In the terminal type
<npm install>
to install dependences - Once that has finished, type
<npm start>
- In the terminal type
- After you've finished making changes, commit your changes to Github.
- Make a pull request from the changes on your new branch.
The color schema is:
- #fcf4a3
- #99d3df
- #88bbd6
- cdcdcd
- e9e9e9 Converting Icons to React Icon Library Also using Chakra UI for styling
This site uses firebase services. I have my account set to accept domains from localhost, github.div, and gitpod.io. If you run into trouble logging in, you'll need to set up a project on firebase and update your web app's Firebase configuration. Locate firebase.js and update lines 8-16 with your own SDK.