https://github.com/leptos-rs/leptos-handbook
A repo for the documents that describe how leptos operates
https://github.com/leptos-rs/leptos-handbook
Last synced: 4 months ago
JSON representation
A repo for the documents that describe how leptos operates
- Host: GitHub
- URL: https://github.com/leptos-rs/leptos-handbook
- Owner: leptos-rs
- Created: 2023-04-16T15:57:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T05:20:28.000Z (about 2 years ago)
- Last Synced: 2025-02-16T09:38:36.865Z (4 months ago)
- Size: 1.08 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Leptos Handbook
This handbook (the handbook) outlines everything about Leptos that isn't directly related to code.
This handbook is heavily inspired by the [PostHog Company Handbook](https://posthog.com/handbook)
## Building the book
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.