Removed @types/ffmpeg-static because their npm page says: " This package has been deprecated. This is a stub types definition. ffmpeg-static provides its own type definitions, so you do not need this installed."
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
Clone this repository and change to this directory
git clone https://github.com/ente-io/ente
cd ente/desktop
Install dependencies (requires Yarn v1):
yarn install
Now you can run in development mode (supports hot reload for the renderer process)
yarn dev
Or create a binary for your platform
yarn build
That's the gist of it. For more development related documentation, see docs.