This is the repository for the COCO homepage hosted at coco-platform.org
We use Quarto version 1.3.450 to build the site.
In addition, env.yaml contains a conda environment definition that is loaded before the site is built.
To setup the environment on your local machine, run
mamba env create -f env.yamlin the root directory of the repository.
If you've already created the environment and env.yaml has changed, run
mamba env update -f env.yaml --pruneThere is no harm in running the above command once too often
To preview the site on your local machine, run
mamba activate coco-web
quarto previewon your machine and open http://localhost:4204 in your browser.
To publish the site, simply commit your changes to the main branch.