/ARK-Rate-Desktop

ARK Rate is a simple portfolio keeper and quick exchange rate calculator

Primary LanguageTypeScriptMIT LicenseMIT

Ark-Rate Desktop App

Get started with currency rate conversions from your desktop.

Recommended IDE Setup

Getting Started

All the prerequisites mentioned below are taken from the official documentation.

Prerequisites for Windows

Prerequisites for Linux

  • Make sure to install all the Linux-specific dependencies listed here,
  • Install Rust

Prerequisites for MacOS

To Run and build the app

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.

  1. Install all the packages: yarn

  2. Run the Tauri app in development mode: yarn tauri dev

  3. To build the app, run: yarn tauri build.