Social Matrix Project, made with JavaScript and D3. Radial charts inspired by Dr. Jodie Kliman's seminal work on social privilege and marginalization **
** Kliman, Jodie. (2010). Intersections of Privilege and Marginalization: A Visual Teaching Tool. AFTA. Winter, 2010. 39-48.
Pre-Installation Instructions:
- Follow instructions for installation of Git, etc. on the README of the following page: https://github.com/alexfigtree/cincyhacks
Instructions:
- Download a copy of this repository: Click on green Copy button on upper right hand corner.
- Navigate to directory either through terminal(Mac) or PowerShell (Windows)
- In client directory, run
npm start
. This will open a browser window and navigate to http://localhost:3000/ to run the project
To create a production build, use npm run build.