- static version of https://dig-ed-cat.acdh.oeaw.ac.at/
- see discussion acdh-oeaw/dig_ed_cat#244
- clone the repo
- change into the project's root directory e.g.
cd dig-ed-cat-static
- create a virtual environment e.g.
python -m venv venv
and activate itsource venv/bin/activate
- install required packages
pip install -r requirements.txt
- run
./build.sh
to build the website - to test the result, change into
html
and start a python serverpython -m http.server
This project was bootstraped by python-static-cookiecutter