A showcase of applications developed using SuperProvenanceWidgets, the second generation of ProvenanceWidgets.
- Open the command line/terminal on your machine and navigate to this project's top-level directory (i.e. where this file is).
- Download and install node, npm from https://nodejs.org/en/download/. Optionally, use the nvm (Node Version Manager) to quickly install and use different versions of node via the command line. Note the node version used by the CI workflow (
.github/workflows/build.yaml), which builds with Node 22.x. Vite 6 requires Node 18 or newer. npm install- installs required libraries from package.json.
npm run start- Open the browser at http://localhost:5173/showcase.
npm run test.
npm run build.