Website: cmip6hack/cmip6hack.github.io
Create a conda environment
conda create -n web-dev -c conda-forge nodejs=12 python=2.7
conda activate web-dev
From the root dir of the cmip6hack.github.io repo
npm run install:clean
or
npm run install
Followed by
npm run dev
which enables incremental builds (watches your local source code changes).