Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 528 Bytes

README.md

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.