Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 584 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 584 Bytes

How to deploy this site

Install dependencies

Please install yarn. You can also use conda for this by running

conda create c conda-froge -n yarn yarn
conda activate yarn

Once you have done this please run the following commands.

yarn install

Start a local server suitable for interactive development of the website.

yarn develop

By default this runs at 0.0.0.0:8080.

Compile to a static site for for publishing

yarn build

Compiled files will be under .vuepress/dist/