Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 280 Bytes

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