Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 370 Bytes

CRC User Manual

Source code for the official CRC user manual.

Quick Start

Start by installing the project dependencies:

pip install -r requirements.txt

To generate a live preview locally, use the serve command:

mkdocs serve

A new version of the documentation is built and pushed to production every time the main branch is updated.