Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 439 Bytes

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

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.