diff --git a/README.md b/README.md index 2e5ba86..cccde8d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Skrypt, który generuje podsumowanie [Bazy Wiedzy zasobów Hackerspace Trójmiasto](https://kb.hs3.pl/docs) w formie statycznej strony internetowej. +## Uruchomienie + +```bash +uv venv --python 3.11 +source .venv.bin/activate +uv sync +fastapi dev --port 31337 labeler/adapter/fastapi_srv.py +``` + ## Sposób działania 1. Baza Wiedzy znajduje się na Discourse Hackerspace Trójmiasto i jest dostępna publicznie. Projekt wykorzystuje Discourse REST API do pobrania listy zasobów. diff --git a/fegen/template/_main_layout.html b/fegen/template/_main_layout.html index b2be738..579f45d 100644 --- a/fegen/template/_main_layout.html +++ b/fegen/template/_main_layout.html @@ -4,6 +4,7 @@
{% block sidenav %}{% endblock sidenav %}

Baza Zasobów Hackerspace Trójmiasto

+