/Pigeon

API Client written in Tauri & SvelteKit

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

[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.