Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 560 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 560 Bytes

Protocol

Protocol Documentation

For contributors

Requirements

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