- Clone the repository (
git clone https://github.com/Laverna/laverna-desktop
) - Run
npm run setup
to install NPM dependencies and Laverna core - Run
npm start
ornpm run debug
if you want to debug the app
To build electron packages for all platforms (Windows, Linux, Mac), run:
npm run build
To create installation packages for Linux, run:
npm run linux