Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 467 Bytes

File metadata and controls

41 lines (26 loc) · 467 Bytes

This is the website for MOOSE

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

Building

To build the website use

npx astro build

in the repo root folder.

Preview

After building, preview the build website with

npx astro preview

Testing

To test in development mode

npm run dev