Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 440 Bytes

Wednesday Workshops

Code, Notes, etc. of our Wednesday Workshops. Website: https://bjoernricks.github.io/work-shop-wednesday/

Installation

To install the dependencies to build and run the docs run:

poetry install

Live Server

To start a HTTP server that updates the pages on every save (Live Server) run:

poetry run make livehtml

Build

To build static HTML content run:

poetry run make html