ente/desktop/README.md
2024-03-12 17:56:46 +05:30

778 B

Desktop app for Ente Photos

The sweetness of Ente Photos, right on your computer. Linux, Windows and macOS.

You can download a pre-built binary from releases.

To know more about Ente, see our main README or visit ente.io.

Building from source

Install dependencies

yarn install

Run in development mode (with hot reload)

yarn dev

Caution

yarn dev is currently not working (we'll fix soon). If you just want to build from source and use the generated binary, use yarn build.

Or create a binary for your platform

yarn build

That's the gist of it. For more development related documentation, see docs.