Skip to content

arthur-schnitzler/schnitzler-mikrofilme-static

Repository files navigation

Schnitzler Mikrofilme

short description of the project

install

  • clone the repo
  • change into the project's root directory e.g. cd schnitzler-mikrofilme-static
  • create a virtual environment e.g. python -m venv venv and activate it source venv/bin/activate
  • install required packages pip install -r requirements.txt
  • run python build_static.py to build the website
  • to test the result, change into html and start a python server python -m http.server

This project was bootstraped by python-static-cookiecutter