Developer Guide
August 12, 2025 ยท View on GitHub
To set up a development sandbox and build the docs with live reloading
functionality, clone the repository, then type make dev in a terminal
from within the docs folder.
git clone https://github.com/crate/cratedb-guide.git
cd cratedb-guide/docs
make dev