Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 822 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 822 Bytes

DesktopBrowser2

Web based file explorer, runs locally on your browser, designed for media desktops.

Features

  • Quick find
  • Sorting by any column(s)
  • Folder size calculation
  • Next / previous sibling folder navigation
  • Browser navigation and bookmarks
  • Columns: Name, Last Modified, Size, Extension
  • File/Folder operations: Delete

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux