A native implementation of Ecdar-GUI-Web
Be shure to be in the root folder of the project and follow these steps
$ git clone https://github.com/ECDAR-AAU-SW-P5/Ecdar-GUI-Web.git
Install node
, npm
and cargo
$ sudo pacman -S cargo nodejs npm
$ sudo apt install cargo node npm
$ npm i -g vite
$ cd Ecdar-GUI-WEB
$ npm install
$ cd ..
$ cargo install tauri-cli
$ cargo tauri dev
$ cargo tauri build
The executable can be found at ./src-tauri/target/release/ecdar
The executable can be found at .\src-tauri\target\release\ecdar.exe