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-devFrom the root dir of the cmip6hack.github.io repo
npm run install:cleanor
npm run installFollowed by
npm run devwhich enables incremental builds (watches your local source code changes).