This project contains the code for the rough prototypes and experiments put together in pursuit of building out the Industry Space for Harvard's Cities Atlas.
This package is part of Harvard Growth Lab’s portfolio of software packages, digital products and interactive data visualizations. To browse our entire portfolio, please visit The Viz Hub at growthlab.app. To learn more about our research, please visit Harvard Growth Lab’s home page.
- To run the prototypes, first
cdinto the root directory and runnpm i - Then
cdinto/exampleand runnpm ithere as well - Then while you are still in
/exampleyou can runnpm startand the prototypes will be running off of the specified localhost port
- Once all of your changes have been committed and pushed, make sure to
cdinto the root directory - From there, run
npm run deployand the prototypes will be built and pushed to Github pages
Note: This project was bootstrapped with create-react-library purely for the built in structure of rapidly depolying test code to static Github pages. This project is not currently nor intended to become an npm module.