An open API service indexing awesome lists of open source software.

https://github.com/laverna/laverna-desktop

Laverna desktop client packaged in Electron.
https://github.com/laverna/laverna-desktop

electron electron-app note-taking

Last synced: about 1 year ago
JSON representation

Laverna desktop client packaged in Electron.

Awesome Lists containing this project

README

          


Laverna Desktop


A Laverna client packaged in Electron.


Build Status


### Development Requirements
* [FPM](https://github.com/jordansissel/fpm) to make Linux packages
* [Nodejs](https://nodejs.org/en/)

### 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](https://github.com/Laverna/laverna)
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:

```bash
npm run build
```

### Creating Linux Packages
To create installation packages for Linux, run:

```bash
npm run linux
```