leptos/docs/book
Greg Johnston e380097a9e
Create README.md
2023-02-05 21:54:16 -05:00
..
src docs: (in-progress) new tutorial/guide format with integrated CodeSandboxes (#375) 2023-02-05 21:33:42 -05:00
README.md Create README.md 2023-02-05 21:54:16 -05:00

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.