This project contains the code for the introductory guide/book for the [Leptos](https://leptos.dev) web framework. It is built using `mdbook`. You can view a local copy by installing `mdbook` ```bash cargo install mdbook ``` and run the book with ``` mdbook serve ``` It should be available at `http://localhost:3000`.