Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 666 Bytes

File metadata and controls

28 lines (22 loc) · 666 Bytes

Deploy

CMIP6 Hackathon Main Website

Website: cmip6hack/cmip6hack.github.io

To build and test locally

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