Skip to content

bjoernricks/work-shop-wednesday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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