Janaka-Steph / tdex-dashboard

Web & Desktop App to manage a TDEX Daemon instance

Home Page:https://tdex-network.github.io/tdex-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://tdex-network.github.io/tdex-dashboard


Languages

Language:TypeScript 94.1%Language:Less 2.6%Language:Shell 1.9%Language:Go 0.8%Language:Dockerfile 0.2%Language:HTML 0.2%Language:Rust 0.1%Language:Makefile 0.1%Language:JavaScript 0.0%