Make sure to have Bun and Rust installed.
Install the dependencies with:
bun install
To build the app and create an executable file, run:
bun run tauri build
Start the app in development mode with:
bun run tauri dev
This project is licensed under the GNU Affero General Public License v3.0 or later - see the LICENSE file for details.