Installation
Requirements
Tuono is a development environment built with Rust and TypeScript that generates a website using both languages. To work with Tuono, you'll need to have the following tools installed on your computer:
Rust
- The Rust programming language tool chain (Go here for installing bothrust
andcargo
)Cargo
- The rust package managerNodeJs
- The JavaScript runtime (Go here for installing bothnodejs
andnpm
)npm
oryarn
orpnpm
- A javaScript package manager
Node.js is only required for the development environment; the final output runs on a Rust server.
How to install
The tuono CLI
is hosted on crates.io to download and install it, just run it on a terminal:
To check that it is correctly installed, run:
Run tuono -h
to see all the available commands.