Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 579 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 579 Bytes

toptal-electron-loki-demo

A password keychain desktop app built with Electron & Loki.js.

Prerequisites

  • Install the Electron NPM package globally:
npm install -g electron-prebuilt

Also install Gulp & Bower, if you do not already have them:

npm install -g gulp bower

Install

cd /path/to/toptal-electron-loki-demo/
npm i
cd src/
npm i && bower i

Run the app

cd /path/to/toptal-electron-loki-demo/
npm start

Build the distribution files

cd /path/to/toptal-electron-loki-demo/
npm run dist