viz for the annual data visualization society's competition
goes through and installs all dependencies
compiles code and starts a developement server at http://localhost:1234
.
builds static, compiled filed in dist
folder. Use prototypes-build
when building for two-n prototype deployment because it sets the correct base URL to be able to load in the assets.
to deploy to two-n prototypes site.
parses csv file named data_2021_main.csv
in ./data
folder and creates a json file called formattedData.json
that is read into index.js
requirements for generating data
- csv must be named
data_2021_main.csv