Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 667 Bytes

File metadata and controls

16 lines (10 loc) · 667 Bytes

Contributing guide

Local preview

  1. Install mdbook, uv, just, and the rust toolchain.

  2. Clone this repository and change to the directory.

  3. Run the following commands.

cargo install --git https://github.com/sitandr/mdbook-typst-highlight --branch main # d7c197c6, the unreleased version
just serve --open

It will call just download to download book sources from GitHub. If you encounter a network error, usually waiting for a few seconds and then retrying will solve the problem.