Getting Started with Tauri
Tauri is an app shell written in Rust for building JS apps for the desktop--like electron, but rustlang, rather than javascript. I had been using it on my previous machine, but when I tried to build with it on my current laptop, I ran into issues, and I didn't have anything in my bootstrap, so here's what I did:
brew install rustup-init
rustup-init -y
yarn create tauri-app
From there, it worked. The main thing I had forgotten, and which is obfuscated in the docs, is that you need to have rust installed in some form or fashion.
- Previous: Deploying Eleventy to GitHub Pages
- Next: Making with Make