An online resource for mass spectrometry methods in geochronology
Install the Quarto CLI, at https://quarto.org/docs/get-started/
Install the Quarto VSCode extension. Other options at https://quarto.org/docs/get-started/hello/vscode.html
Reproduce the environment by opening a terminal and typing conda env create --prefix env -f environment.yml
To preview the website, either,
- From the index.qmd file (or any other .qmd file), hit the preview button in VSCode, or
- Run
quarto preview
in the terminal.