-
Rust: Ensure you have Rust installed. You can install Rust using
rustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Bun:
curl https://bun.sh/install | bash -
Tauri CLI:
cargo install tauri-cli
-
Clone the Repository:
git clone https://github.com/MarcMouries/ServiceNowAnywhere.git cd ServiceNowAnywhere -
Install Dependencies:
bun install
bun run build
bun tauri devTo run cargo upgrade, make sure to install cargo edit
bun install @tauri-apps/cli@next @tauri-apps/api@next
cargo upgrade