Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 575 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 575 Bytes

Description

Konachan tauri version, use tauri as backend;

Screenshot

screenshot

Installation

git submodule init

git submodule update --recursive

install tauri

cargo install tauri-cli

frontend

the frontend link to konachan-yew as a submodule.

backend

reference the tauri document to install tauri.

Run the app

# development
$ cargo tauri dev

# production mode
$ cargo tauri build