Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 765 Bytes

File metadata and controls

26 lines (18 loc) · 765 Bytes

MainFrameWork (dev quickstart)

This is the Tauri app itself. For the project overview, feature list, and docs index, see the root README.

Development

npm install
npm run tauri dev

Closing the window hides the app to the tray instead of quitting it — use Ctrl+C in the terminal (or the tray's "Quit" item) to actually stop the dev server. See System Tray for the full behavior.

Building

npm run build
cd src-tauri && cargo build

Recommended IDE Setup