Skip to content

Pre-Book/docs

Repository files navigation

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.