Code, Notes, etc. of our Wednesday Workshops. Website: https://bjoernricks.github.io/work-shop-wednesday/
To install the dependencies to build and run the docs run:
poetry install
To start a HTTP server that updates the pages on every save (Live Server) run:
poetry run make livehtml
To build static HTML content run:
poetry run make html