cv-frontend-vue icon indicating copy to clipboard operation
cv-frontend-vue copied to clipboard

docs: add destop application development instructions using tauri

Open HK-HARSH001 opened this issue 3 months ago • 2 comments

Fixes #

Describe the changes you have made in this PR -

This PR adds documentation for running and building the desktop application using Tauri

Screenshots of the changes (If any) -

Screenshot 2025-09-03 124727

Here are all the changes

Added Commands to run in development mode (npm run tauri dev)

Added commands to build for production(npm run tauri build)

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

Summary by CodeRabbit

  • Documentation
    • Added a comprehensive guide for developing and running the desktop application built with Tauri. Includes a Desktop Application Development section, prerequisites (Node.js 16+, npm, Rust, Cargo, Tauri CLI), and clear steps to launch the app in development mode using: npm run tauri dev. No functional changes to application behavior.

HK-HARSH001 avatar Sep 03 '25 07:09 HK-HARSH001