This project replaces BOMIST as a full ERP system really
See: https://tauri.app/v1/guides/getting-started/prerequisites
Install prereqs
sudo pacman -Syu
sudo pacman -S --needed \
webkit2gtk \
base-devel \
curl \
wget \
openssl \
appmenu-gtk-module \
gtk3 \
libappindicator-gtk3 \
librsvg \
libvips
Install rust
Install node/npm
This assumes you have this repo that you're ready to run
npm install --save-dev @sveltejs/adapter-static@next
cargo install tauri-cli
cargo tauri dev
Live updates should happen after this, no need to re-run unless you've stopped the app.
The Jetbrains Fleet build config is already configured for the build command.