Setting up the environment:
Packages required for citation handling:
npm install citeproc bibtex-parse remark-math
Publications using moose are listed in
public/publications.bib
To build the website use
npx astro build
in the repo root folder.
After building, preview the build website with
npx astro preview
To test in development mode
npm run dev