Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 531 Bytes

The Servo Book

https://book.servo.org

To render the book locally:

$ cargo install mdbook --vers '^0.4' --locked
$ cargo install mdbook-mermaid --vers '^0.14' --locked
$ mdbook serve --open

Or if you have Nix (the package manager):

$ nix-shell --run 'mdbook serve --open'

This book is a work in progress! In the table of contents, * denotes chapters that were recently added or imported from older docs, and still need to be copyedited or reworked.