Skip to content

TheGreatViolet/filer

Repository files navigation

Filer, an open source file manager

Filer is a file manager writen is TypeScript and Rust using the Tauri frontend toolkit

Usage

  • Clone the repo:

git clone https://github.com/TheGreatViolet/filer.git

cd filer

  • Install dependencies:

npm i

  • Start the dev enviorment:

npm run start