The Gallery of Concept Visualization features projects which use pictures to communicate complex and difficult ideas, the same way data visualizations use pictures to make sense of data. Visit it here.
Feel free to email with comments, questions, and contributions.
Pull requests are welcome!
- After cloning the repo, make sure to run
npm installto sync up necessary NPM packages. - During development, run
npm run start. This starts a server atlocalhost:3000which automatically (hot-)reloads the site when a source file (src/index.jsxorsrc/data.yaml) changes. It's real cool. - Before submitting a PR, run
npm run buildto generate a prod-readyindex.js. Include this output as part of your PR; the use of github.io demands it!
