Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 581 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 581 Bytes

How to deploy this site

Install dependencies

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

conda create -c conda-forge -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/