Datei suchen
Nick Slowinski 488161794e
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is failing
Improving 404 handling - fixes #28
2023-07-12 13:09:59 +02:00
build/gettext Update .gitignore and create translation files 2023-07-09 00:27:20 +02:00
source Improving 404 handling - fixes #28 2023-07-12 13:09:59 +02:00
.drone.yml [CI SKIP] Moving to dirhtml build 2023-07-12 13:09:59 +02:00
.gitignore Update .gitignore to reflect latest changes 2023-07-12 13:09:59 +02:00
make.bat Moving to separate source and build folders 2023-07-07 19:05:46 +02:00
Makefile Moving to separate source and build folders 2023-07-07 19:05:46 +02:00
README.md add readme 2023-07-07 18:45:45 +02:00
renovate.json Dateien hochladen nach „“ 2023-07-09 00:57:22 +02:00
requirements.txt Improving 404 handling - fixes #28 2023-07-12 13:09:59 +02:00

Wichtige Information

Diese Dokumentation wird momentan mit Sphinx neugeschrieben und kann daher Lücken von wichtigen Informationen aufweisen.

Entwicklungsumgebung einrichten

Python venv wird empfohlen!

  1. Repo auf lokalen PC klonen
  2. Python venv installieren
  3. virtuelle Umgebung erstellen: python -m venv .venv
  4. virtuelle Umgebung aktivieren: source venv/bin/activate
  5. Pakete installieren: pip install -r requirements.txt
  6. Optional: virtuelle Umgebung deaktivieren: deactivate