Skip to content

Latest commit

History

424 Commits

Folders and files

NameName
Last commit message
Last commit date

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