Build a Tauri app that uses Rust color crates to generate 10 colors from a base color.
Clone the project
git clone https://github.com/suprunchuk/tauri-color-theme-generator.git
Go to the project directory
cd tauri-color-theme-generator
Install dependencies
npm install
Start the server
npm run tauri dev