Building Drop client
To build the client, you need:
- Node.js, and the
pnpmpackage manager - Rust (nightly)
-
Clone the repo
Section titled “Clone the repo”Terminal window git clone https://github.com/Drop-OSS/drop-app.git && cd drop-appWe also include some libraries as submodules. Clone them too:
Terminal window git submodule update --init --recursive -
Install build system dependencies
Section titled “Install build system dependencies”Use
pnpmto install the dependencies for our bespoke build system:Terminal window pnpm install -
Run the build
Section titled “Run the build”Use
taurito build the app:Terminal window pnpm tauri build