Steps
- Install WebView if you're not on Windows 11
- Install Node deps
npm i
- To run the dev server do
npm run tauri dev
Compiling
Linux
- You will need to install Tauri's dependancies
sudo apt update && sudo apt install -y libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
libssl-dev \
libgtk-3-dev \
libappindicator3-dev \
patchelf \
librsvg2-dev
- Install ALSA audio drivers
sudo apt install -y alsa-utils libasound2-dev
- Install NPM Dependancies
npm i
- Compile with
npm run compile