This template should help get you started developing with Tauri and Leptos.
VS Code + Tauri + rust-analyzer.
Since this repo links cotp
repo using git submodules (for the moment),
you will need additional setup after cloning.
You can either:
git clone <repo URL>
git submodule init
git submodule update
or
git clone --recursive <repo URL>