title: "Getting Started"
date: 2024-01-20T10:00:00Z
description: "A quick start guide for Typstify."
tags: ["tutorial", "beginner"]
draft: false
This guide walks you through the basics of Typstify.
Install Typstify with cargo:
```text
cargo install typstify
```
Create a new site with:
```text
typstify init my-site
```