- Install
node
. One way to do this is to getnvm
then run:
nvm install node
- Install
rust
- Install build dependencies. On Ubuntu:
sudo apt update
sudo apt install \
libssl-dev \
libglib2.0-dev \
libsoup-3.0-dev \
libjavascriptcoregtk-4.1-dev \
libwebkit2gtk-4.1-dev
Run the following commands from within the root directory of the repository.
npm install
npm run tauri dev
npm run tauri build