Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 589 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 589 Bytes

Tealinux Installer

Tauri & SvelteKit

Prequisites

Linux Dependency

  • lshw
  • dmidecode
  • rsync
  • fuse2
  • gcc-libs
  • webkit2gtk

Running

Install all dependencies:

bun install

Running the project:

bunx tauri dev

# with sudo privileges
sudo -E bunx tauri dev

Building

To build and bundle into an executable:

bunx tauri build

# if encountering error running image.sh
NO_STRIP=true bunx tauri build