This project contains the core of a new introductory guide to Leptos.
It is built using mdbook. You can view a local copy by installing mdbook
cargo install mdbookThis book also uses an mdbook preprocessor called mdbook-admonish to style blocks of text like notes, warnings, etc.
Install mdbook admonish using:
cargo install mdbook-admonishand then run the book with
mdbook serveIt should be available at http://localhost:3000.