This app requires Node 20.10.0
. If you do not have Node installed, download it from its
website and use a version manager such as
n to select that version.
Once you have Node installed with the correct version, clone the repository using:
git clone git@github.com:human-pangenomics/hprc-data-explorer.git
Then, install the required packages using:
npm ci
Run the development server
npm run dev
# or
yarn dev
Once the server is running, visit localhost:3000 to view the Explorer!
To rebuild the catalog files you will need the prerequisites installed
- pyenv
- poetry
Run setup_poetry_pyenv.sh
in the project root directory to setup the virtual environment.