Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 528 Bytes

File metadata and controls

22 lines (15 loc) · 528 Bytes

PreBook Documentation

These docs require Material for MkDocs Community Edition.

To set it up, clone this repository, install pipenv, cd to this folder, and do the following:

pipenv install

Then, to serve the site locally with live reloads, run (in the project folder):

pipenv run serve

To build the site, run:

pipenv run publish

The site will be there in <repo root>/public.