Padloc Desktop app, built with Electron
The @padloc/electron
package is meant to be used from within the
Padloc monorepo.
git clone git@github.com:padloc/padloc.git
cd padloc
npm ci
cd packages/electron
To build the app, run:
npm run build
The resulting build can be fund in the dist
folder.
All build options are provided as environment variables:
Variable Name | Description | Default |
---|---|---|
PL_SERVER_URL |
URL to the server component | ./dist |
For rapid development, there is also dev mode:
npm run dev
For info on how to contribute to Padloc, please refer to the monorepo readme.