This module is an Astro project which wraps the output from SPRAS into a presentable webpage. See the output: https://reed-compbio.github.io/spras-benchmarking/
To build this, you need pnpm. It is recommended to use a node version manager
(nvm for mac/linux, nvm-windows for windows),
to install nodejs and npm (at the time of writing, this would be node v22), and use npm to install pnpm:
npm install --global pnpmAfter this, you can install the dependencies (make sure your current working directory is web):
pnpm installThen, assuming your data is in public/data, build the website:
pnpm run build