WIP
This desktop application takes a single color and return a list of colors that are similar to the original one.
Currently no executable is available, so you need to run the application from the source code.
- Rust
- Tauri
- Nextjs
- Tailwindcss
- ShadCN UI
- Rust with cargo
- Node.js with npm
- Clone the repository
- Run
npm install
in the root directory - Run
cargo tauri dev
in the root directory