556955cf1a | ||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md |
README.md
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 mdbook
and run the book with
mdbook serve
It should be available at http://localhost:3000
.