Introduction

This website is built using mdBook.

Installation

cargo install mdbook

Local Development

mdbook watch

This command starts a local development server. Most changes are reflected live without having to restart the server.

Build

mdbook build

This command generates static content into the book directory and can be served using any static contents hosting service.