Michael-Obele / Pigeon

API Client written in Tauri & SvelteKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

API Client written in Tauri & SvelteKit

License:GNU General Public License v3.0


Languages

Language:Svelte 49.9%Language:Rust 35.1%Language:TypeScript 12.7%Language:JavaScript 1.3%Language:HTML 0.8%Language:CSS 0.3%