VExplorer is a cross-platform desktop application built using Tauri, Rust, and React. It leverages modern web technologies to provide a seamless user experience for file exploration and management.
-
Clone the repository:
git clone https://github.com/yourusername/vexplorer.git cd vexplorer
-
Install dependencies:
npm install
-
Build the Tauri application:
npm run tauri build
To start the application in development mode, run:
npm run tauri dev