Protocol
December 17, 2024 ยท View on GitHub
For contributors
Requirements
- Install Just
cargo install just
Procedures
Initialize the Project
Initializes the mdBook documentation project with required dependencies.
just init
Serve Locally
Starts a local development server with live reload for preview.
just serve
Build Documentation
Generates the static documentation site for production deployment.
just build