Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 522 Bytes

[WIP] API Client build with Tauri & Sveltekit

Application Structure

Frontend (SvelteKit)

/src contains the frontend sveltekit application.

Backend (Tauri)

/src/tauri contains the backend tauri rust code.

How to run

Requirements

  1. You must have Rust installed - $ curl https://sh.rustup.rs -sSf | sh
  2. You must have Tauri CLI installed - npm install @tauri-apps/cli

once inside the main pigeon directory, you can run the command - npm run tauri dev to start the application.