Skip to content

numbbo/coco-web

Repository files navigation

coco-web

This is the repository for the COCO homepage hosted at coco-platform.org

Build environment

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.yaml

in 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 --prune

There is no harm in running the above command once too often

Previewing locally

To preview the site on your local machine, run

mamba activate coco-web
quarto preview

on your machine and open http://localhost:4204 in your browser.

Publishing

To publish the site, simply commit your changes to the main branch.

About

Next iteration of the COCO website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6