Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1002 Bytes

README.adoc

File metadata and controls

39 lines (31 loc) · 1002 Bytes

Oufti-Playground : Jeudi du Libre - Mons 2018

This repository contains the materials for the Jeudi du Libre at Mons, in June 2018.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Generate the Presentation

  • You need:

    • Docker CE 18.05+ (with local bind-mount capability - Docker4Mac, Docker4Windows or a local Linux Docker install)

    • GNU Make

  • Build the slides:

    • Clone the repository

    • Run the following make command:

      make
    • Open the resulting file ./dist/index.html

  • "The poor’s person live-reload"

    • No tools for live-reload here…​ yet

    • "Poor’s person" commands:

      • watch make document

      • AND open ./dist/index.html