Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 992 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 992 Bytes

Laverna Desktop

A Laverna client packaged in Electron.

Build Status

Development Requirements

Development

  1. Clone the repository (git clone https://github.com/Laverna/laverna-desktop)
  2. Run npm run setup to install NPM dependencies and Laverna core
  3. Run npm start or npm run debug if you want to debug the app

Creating Electron Packages

To build electron packages for all platforms (Windows, Linux, Mac), run:

npm run build

Creating Linux Packages

To create installation packages for Linux, run:

npm run linux