Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 798 Bytes

File metadata and controls

26 lines (18 loc) · 798 Bytes

web

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/

Building

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 pnpm

After this, you can install the dependencies (make sure your current working directory is web):

pnpm install

Then, assuming your data is in public/data, build the website:

pnpm run build