- Install Just
cargo install just
Initializes the mdBook documentation project with required dependencies.
just init
Starts a local development server with live reload for preview.
just serve
Generates the static documentation site for production deployment.
just build