Skip to content

ubermag/ubermag.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubermag website

Building locally

conda env update  # alternatively: conda env create -f environment.yml -n ubermag-website
make prepare  # alternatively: make prepare-local
make html
make clean  # optional

Preview

Point a browser to build/html/index.html