Skip to content

Janaka-Steph/tdex-dashboard

 
 

Repository files navigation

TDEX DASHBOARD

Getting started

Installation

Fetch node dependencies:

yarn install

Set up Tauri

Tauri GH: https://github.com/tauri-apps/tauri

You need to set up your environment depending on your OS.

Install the Tauri CLI

cargo install tauri-cli --version ^1.0.0

Build

Use tauri:build script to compile a .deb and .AppImage production file.

yarn tauri:build

You can find the files inside src-tauri/target/release/....

Dev

yarn tauri:dev

You can either visit http://localhost:3003 for the web version of the app or run the src-tauri/target/debug/app file for the desktop debug version.

About

Web & Desktop App to manage a TDEX Daemon instance

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.1%
  • Less 2.6%
  • Shell 1.9%
  • Go 0.8%
  • Dockerfile 0.2%
  • HTML 0.2%
  • Other 0.2%