# Work in progress - DO NOT USE   **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 ```