Create README.md

This commit is contained in:
Greg Johnston
2023-02-05 21:54:16 -05:00
committed by GitHub
parent 44c18da324
commit e380097a9e

14
docs/book/README.md Normal file
View File

@@ -0,0 +1,14 @@
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`
```bash
cargo install mdbook
```
and run the book with
```
mdbook serve
```
It should be available at `http://localhost:3000`.