leptos/docs/book
2023-11-03 17:05:42 -04:00
..
src docs: point leptos_server docs.rs url to latest version. (#1982) 2023-11-03 17:05:42 -04:00
.gitignore docs: further additions (#505) 2023-02-11 15:55:43 -05:00
book.toml docs: DX improvements: add section about jetbrains intellij-rust (#1804) 2023-10-02 08:26:35 -04:00
mdbook-admonish.css docs: DX improvements: add section about jetbrains intellij-rust (#1804) 2023-10-02 08:26:35 -04:00
README.md Create README.md 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.