- clone the repo
- set up a python dev-environment, e.g.
python -m venv venv
source venv bin/bin/activate
pip install -r requirements.txt`
- install saxon
./shellscripts/script.sh
- The data for this application is not part of this repo but curated in legalkraus-data.
- run
./fetch_data.sh
to get and process the data
- run
ant
- change directory into
html
and start some server, e.g.
cd html
python -m http.server
- build with DSE-Static-Cookiecutter