Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 685 Bytes

Tauri + Leptos

This template should help get you started developing with Tauri and Leptos.

Recommended IDE Setup

VS Code + Tauri + rust-analyzer.

Cloning repo for local development

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>