This guide will walk you through creating your first static site with Genereto.
First, make sure you have Rust installed, then clone the repository:
git clone https://github.com/FedericoPonzi/genereto.git
cd genereto
cargo build --release
Create a new project:
./target/release/genereto generate-project --project-path ./my-site
This creates the basic structure you need to get started.