npm install
python -r requirements.txt
bash src/scripts/render.sh
Docker/Podman instructions to update the website:
docker build -t causalclub .
docker run -v $(pwd)/www:/causalclub/www:Z -v $(pwd)/src:/causalclub/src:Z causalclub
rsync -avz --delete --exclude ".well-known" --exclude "stats" www/ causalclub:/web/