A tool that grabs information from the humanity api and produces a webpage to display that data
To use first install git bash and node.js
Then run npm install after cloning the repo by running the command "npm i" in the terminal in the root folder of the cloned repo
if there are broken packages then run "npm audit fix"
Create a ".env" file with API_KEY and MANAGERS values and create a avaters folder under public Key is collected from humanity and managers is an array of strings of the current managers
Finally make sure previewToggle is set to false
Run "npm run client" and then run "npm start"