This directory contains all of the input data, scripts for parsing and transforming them, and the resulting "output" files. These tools also use Node, and the dependencies are managed with npm in the parent directory's package.json. To rebuild the files, run:
make -BCheck out the Makefile and the bin directory if you want to see how the sausage is made.
To run the tests, make sure the dev dependencies are installed from the parent directory:
cd ..
npm install --devThen, in this directory, run:
npm testSee this issue for some background on what we're aiming to do here. Progress on importing all of the data we need is tracked in this issue.