Skip to content

karl-kraus/legalkraus-static

Repository files navigation

Karl Kraus: Rechtsakten der Kanzlei Oskar Samek. Wissenschaftliche Edition

set up dev-environment

  • 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

get the data

  • 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

build the app

  • run ant

start the app

  • change directory into html and start some server, e.g.
cd html
python -m http.server