Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 546 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 546 Bytes

BioCypher Docs

This repository contains the integrated documentation for the BioCypher ecosystem.

Setup

This repository uses mkdocs-material with GitHub submodules for the BioCypher and BioChatter documentation.

To clone the repository, use the following command:

git clone --recurse-submodules https://github.com/biocypher/documentation.git

If already cloned, run this to update the submodules:

git submodule update --init --recursive

Local Development

poetry install
poetry run mkdocs serve