# Handbook {#handbook} Source: [github.com/tuist/tuist/tree/main/handbook](https://github.com/tuist/tuist/tree/main/handbook) ## What it is for {#what-it-is-for} The handbook documents how Tuist works as a company: values, policies, and engineering practices. It is a VitePress site. ## How to contribute {#how-to-contribute} ### Set up locally {#set-up-locally} ```bash cd handbook mise install mise run dev ```