A fast FileExplorer written in Rust and Svelte
- Clone this repository
git clone https://github.com/Profiidev/PathFinder && cd PathFinder
- Install all required npm packages
npm i
- Run the dev app
# run the dev app
npm run tauri dev
or
# build the project
# the .exe will be in src-tauri/target/release and the msi installer in src-tauri/target/release/bundle/msi
npm run tauri build