lucafaggianelli / sibilla

Organize your shared drives
0 stars 0 forks source link

Sibilla

Organize your shared drives

Sibilla is an app that helps you manage folders and shared drives organizing and categorizing files and folders. It is based on Electron and AngularJS.

Install

Download the latest release from GitHub.

If you want to install it from sources, clone the repository and install it with NPM

# Install dependencies and build JS
npm install

# Run electron
npm start

Build

App building is done with electron-packager, there is a grunt task for it

grunt pack

Test

Tests are based on Mocha

npm test