Home
Softono
laverna-desktop

laverna-desktop

Open source MPL-2.0 JavaScript
20
Stars
12
Forks
5
Issues
4
Watchers
8 years
Last Commit

About laverna-desktop

Laverna desktop client packaged in Electron.

Platforms

Web Self-hosted

Languages

JavaScript

Links

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