🟢 Stable | Docker image for docmachine-utils
Go to file
2020-04-19 12:07:35 +02:00
.marp Add configuration for dependencies 2020-04-19 12:04:32 +02:00
docs Add directory structure 2020-04-19 12:05:41 +02:00
scripts Move bin/ to scripts/ 2020-04-19 11:38:32 +02:00
slides Add directory structure 2020-04-19 12:05:41 +02:00
.dockerignore Initial import 2018-04-20 17:27:59 +02:00
.gitignore Improve gitignore 2020-04-19 12:07:26 +02:00
.gitmodules Initial import 2018-04-20 17:27:59 +02:00
Dockerfile Initial import 2018-04-20 17:27:59 +02:00
Makefile Upgrade makefile for both slides & docs 2020-04-19 12:03:43 +02:00
mkdocs.yml Add configuration for dependencies 2020-04-19 12:04:32 +02:00
package-lock.json Add configuration for dependencies 2020-04-19 12:04:32 +02:00
package.json Add configuration for dependencies 2020-04-19 12:04:32 +02:00
Pipfile Add configuration for dependencies 2020-04-19 12:04:32 +02:00
Pipfile.lock Add configuration for dependencies 2020-04-19 12:04:32 +02:00
Procfile Add configuration for dependencies 2020-04-19 12:04:32 +02:00
QUESTIONS.md Add documentation 2020-04-19 12:07:35 +02:00
README.md Add documentation 2020-04-19 12:07:35 +02:00
REFERENCES.md Add documentation 2020-04-19 12:07:35 +02:00

Teaching-Boilerplate

Prerequisites

Make sure you have python and node installed

Install python packages

pip install -U pipenv
pipenv install

Install node packages

npm install

Usage

Watch mode

This mode allows you the result on-the-fly as you makea changes in the content.

To use watch mode, type:

make watch

To use watch mode for slides only type:

make watch-slides

To use watch mode for docs only type:

make watch-docs

Build mode

This mode builds final content for delivery (website, PDF files)

To use build mode:

make build