diff --git a/docs/book/README.md b/docs/book/README.md new file mode 100644 index 000000000..f6fc409e3 --- /dev/null +++ b/docs/book/README.md @@ -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`.