From 74968b27cc81d9ddf8749708e514a504d04ffc1e Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sat, 18 May 2024 11:50:56 +0200 Subject: [PATCH] feat: update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e6ced9d..ab2fb5e2 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,32 @@

Tuono
The react/rust fullstack framework

+

+⚠️ This project is under heavy development. API might drastically change ⚠️ +

+ Tuono (Italian word for "thunder", pronounced /2 Oh No/). Why Tuono? Just a badass name. -> This project is under heavy development. API might drastically change! +## Installation + +``` +cargo install tuono +``` + +## Development + +``` +tuono dev +``` ## Features - Rust based server side rendering - FS routing - CSS modules +- Hot Module Reload +- Multi thread backend ## Folder structure