/social-matrix

Social Matrix Project - running site can be seen here:

Primary LanguageJavaScript

social-matrix

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:

  1. Follow instructions for installation of Git, etc. on the README of the following page: https://github.com/alexfigtree/cincyhacks

Instructions:

  1. Download a copy of this repository: Click on green Copy button on upper right hand corner.
  2. Navigate to directory either through terminal(Mac) or PowerShell (Windows)
  3. 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.