Get started with currency rate conversions from your desktop.
All the prerequisites mentioned below are taken from the official documentation.
- Install Microsoft Visual Studio C++ Build Tools,
- Install WebView2,
- Install Rust
- Install CLang and MacOS-specific dependencies,
- Install Rust
For OS-specific instructions, follow the steps provided here.
You can use any package managers such as yarn
, npm
, pnpm
, etc. But the below steps will use yarn
for demonstration purposes.
-
Install all the packages:
yarn
-
Run the Tauri app in development mode:
yarn tauri dev
-
To build the app, run:
yarn tauri build
.