Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 555 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 555 Bytes

Users-guide

Users Guide

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