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.
- Host: GitHub
- URL: https://github.com/laverna/laverna-desktop
- Owner: Laverna
- License: mpl-2.0
- Created: 2017-06-30T08:14:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T11:38:58.000Z (over 8 years ago)
- Last Synced: 2025-04-05T23:32:15.762Z (about 1 year ago)
- Topics: electron, electron-app, note-taking
- Language: JavaScript
- Size: 51.8 KB
- Stars: 20
- Watchers: 5
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 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
```