Files
leptos/docs/book
Andrew Grande 951607de74 docs: typos
* Fixed wording

* Update ARCHITECTURE.md

Fixed superfluous whitespace
2023-07-19 07:03:50 -04:00
..
2023-07-19 07:03:50 -04:00
2023-02-11 15:55:43 -05:00
2023-02-05 21:54:16 -05:00

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.