Skip to content

RBird111/explorer

Repository files navigation

File Explorer

Rust Svelte Tauri TypeScript

App Image

What does it do?

It's an app that lets you navigate your computer's file system...and that's pretty much it for now. You can't interact with files in any meaningful way.

How to install?

This was just a quick app meant to help me get familiar with Tauri so I'm not going to bother linking any precompiled binaries but you can compile it yourself in a few quick steps.

  1. First you're going to need some kind of node package manager (npm, yarn, pnpm, etc.). I'm guessing this step is already done for most people looking at this page.

  2. In order to compile the app you're going to need to install Rust. Just follow the instructions here.

  3. Clone the repo. Just run git clone https://github.com/RBird111/explorer

  4. Install dependencies.

cd explorer
npm install
  1. Run it.
  • Developer mode:
npm tauri dev
  • Production build:
npm tauri build
./src-tauri/target/release/file-view

What's it made of?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors