Skip to content

lf-wxp/konachan-tauri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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