https://github.com/diversable/test-book-deploy
https://github.com/diversable/test-book-deploy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diversable/test-book-deploy
- Owner: diversable
- License: mit
- Created: 2023-12-22T07:03:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T07:16:03.000Z (over 2 years ago)
- Last Synced: 2025-12-29T14:15:45.413Z (6 months ago)
- Language: CSS
- Size: 736 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`
```sh
cargo install mdbook
```
This book also uses an mdbook preprocessor called `mdbook-admonish` to style blocks of text like notes, warnings, etc.
Install mdbook admonish using:
```sh
cargo install mdbook-admonish
```
and then run the book with
```sh
mdbook serve
```
It should be available at `http://localhost:3000`.