Skip to content

Latest commit

 

History

History

tauri

@padloc/tauri

Native cross-platform app, powered by Tauri.

Setup

The @padloc/tauri package is meant to be used from within the Padloc monorepo.

git clone [email protected]:padloc/padloc.git
cd padloc
npm ci
cd packages/tauri

You also need to follow Tauri's setup guide

Building

To build the app, run:

npm run build

The resulting build can be found in the dist folder.

You can also build a debug version of the app, useful for - well - debugging:

npm run build:debug

Build options

All build options are provided as environment variables:

Variable Name Description Default
PL_SERVER_URL URL to the server component ./dist

Development

For rapid development, there is also dev mode:

npm run dev

Contributing

For info on how to contribute to Padloc, please refer to the monorepo readme.