ente/desktop
Manav Rathi cde87716a1
Remove the custom next-electron-server
The only change this has in addition to next-electron-server seems to be
https://github.com/ente-io/next-electron-server/pull/1/files, will try to test
along the way to determine its impact.
2024-03-12 17:02:28 +05:30
..
.github/workflows [desktop] Remove sentry 2024-03-12 13:54:17 +05:30
build Default buildResources is build 2024-03-12 16:12:53 +05:30
docs Document better 2024-03-12 16:33:43 +05:30
src Document better 2024-03-12 16:33:43 +05:30
.eslintignore Move into desktop/ 2024-03-01 12:36:35 +05:30
.eslintrc Move into desktop/ 2024-03-01 12:36:35 +05:30
.gitignore Default buildResources is build 2024-03-12 16:12:53 +05:30
.prettierignore [desktop] Fix yarn build 2024-03-11 17:04:17 +05:30
.prettierrc.json Prettier 3 + reformat (same as web) 2024-03-11 16:46:52 +05:30
CHANGELOG.md Move into desktop/ 2024-03-01 12:36:35 +05:30
package.json Fix path to main process entrypoint 2024-03-12 16:47:41 +05:30
README.md Document better 2024-03-12 16:33:43 +05:30
tsconfig.json Default buildResources is build 2024-03-12 16:12:53 +05:30
yarn.lock [desktop] Remove sentry 2024-03-12 13:54:17 +05:30

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

Fetch submodules

git submodule update --init --recursive

Install dependencies

yarn install

Create a binary for your platform

yarn build

Developing

Instead of building, you can run the app in development mode

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 as described above.

This'll launch a development server to serve the pages loaded by the renderer process, and will hot reload on changes.

If you also want hot reload for the main process, run this in a separate terminal:

yarn watch