Website built with 11ty and query ran on BigQuery.
Monthly process:
- Add new data file to
/_raw_data/
with a filename ofYYYY_MM.json
. - Process the data by running
npm run process
. Note anything out of the ordinary logged to the CLI. - Start the dev server with
npm start
and confirm everything looks good before deploying.