This website uses static generated pages.
$ git clone https://github.com/lostartefacts/website.git
$ cd website
$ python3 -m venv venv
$ venv/bin/pip install -r lost_artefacts/requirements.txt
$ venv/bin/python3 -m lost_artefacts
The website is now located in the out/
directory.