Visualizations of data usage across the archive.
Main webpage: https://usage.dandiarchive.org
When deploying a fork that points at a different data repository, update the
BASE_URL constant near the top of src/plots.js:
const BASE_URL = "https://raw.githubusercontent.com/myorg/myrepo/main";npm install
npm run dev