You need to have Leptos (nightly), Just, Tauri, and PSQL on your machine. If not already, you can refer to PREREQUISITES.md.
# Install Tailwind CSS
pnpm install
# Create the DB (+ seed)
just reset_dbcargo leptos watch # For Web
cargo tauri dev # For desktop
just run_ios # For iOS
just run_android # For AndroidMIT License - see LICENSE for details.