Initial setup:
git clone [email protected]:michaelwooley/steno.git
cd steno
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
cargo install wasm-bindgen-cli
To develop:
cargo tauri dev
Based on:
- https://github.com/probablykasper/tauri-svelte-template
- https://github.com/Uninen/tauri-vue-template/tree/main/.github
https://tauri.app/v1/guides/faq#node-or-cargo
https://github.com/tauri-apps/tauri-action
VS Code + Tauri + rust-analyzer.