/src contains the frontend sveltekit application.
/src/tauri contains the backend tauri rust code.
- You must have Rust installed -
$ curl https://sh.rustup.rs -sSf | sh
- 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.