Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 477 Bytes

File metadata and controls

25 lines (16 loc) · 477 Bytes

IMSEP

This repository contains the source material for the "Introduction to Modern Software Engineering Practices" workshop. The documentation website is automatically updated when changes are pushed to the default branch.

Installation

  1. Install poetry:

    pip install poetry
  2. Install the documentation dependencies:

    poetry install
  3. Host the documentation locally:

    mkdocs serve