# Work in progress - DO NOT USE
<img width=420 src=logo.png />
**Mezzo is a headless Content Management System written in Rust.**
## Installation
```sh
cargo install mezzo
```
## Create a new project
```sh
mezzo new my-blog
```
## Start the project
```sh
mezzo start my-blog
```