This is the github repo for the website on the CARRIER project hosted at https://carrier-project.github.io/carrier-website/ .
To update the content, edit the markdown files that are in the root directory.
Currently there are 4:
Since github actions rebuilds the website every time you make a change, it might take a few minutes for the changes to become visible.
You can use docker to run jekyll locally:
docker run -p 4000:4000 -v $PWD:/srv/jekyll jekyll/jekyll:3 jekyll serve
The model deployement can be found here: https://github.com/CARRIER-project/risk-model-deployment/blob/main/README.md