An open API service indexing awesome lists of open source software.

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

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.