f61b5118ba
Workaround for the following error when trying to upload from the desktop app to a staging bucket > ente://app/gallery:1 Access to XMLHttpRequest at 'https://xxx-staging-xxx.s3.xxx.backblazeb2.com/...' from origin 'ente://app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The 'Access-Control-Allow-Origin' header has a value 'null' that is not equal to the supplied origin. |
||
---|---|---|
.. | ||
.github/workflows | ||
build | ||
docs | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
CHANGELOG.md | ||
electron-builder.yml | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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
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.