This is the website for Ratatui, a Rust crate for cooking up rich Terminal User Interfaces.
To read this content online, visit:
To build and run the site locally:
git clone https://github.com/ratatui/ratatui-website/
cd ratatui-website
git lfs install
git lfs pull
npm install
npm run dev
Feel free to make contributions and submit a PR if you'd like to improve the documentation.