🟢 | Docker images for use with docmachine-cli
389be3873f
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 10.7.3. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.7.3/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...10.7.3) --- updated-dependencies: - dependency-name: highlight.js dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.marp | ||
docs | ||
examples | ||
exercises | ||
images | ||
mindmaps | ||
scripts | ||
slides | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.tool-versions | ||
docker-compose.yml | ||
Dockerfile | ||
Makefile | ||
mkdocs.yml | ||
package-lock.json | ||
package.json | ||
Pipfile | ||
Pipfile.lock | ||
Procfile | ||
README.md |
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