Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.53 KB

Slate

Electron.js React TypeScript TailwindCSS

A flexible file-based productivity interface.

FeaturesInstallationExamples

build

Features

  • Organize files and folders according to usage date within dynamic groups.
  • Import integration with local filesystems, Google Drive, and Dropbox.
  • Drag-and-drop card organization and live preview.
  • Displays weekly and monthly explorer views.

Installation

Recommended IDE 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

Examples

(Back to top)