Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2022-01-04 13:54:07 +05:30
.github Create pull_request_template.md 2021-09-15 01:28:58 +05:30
.husky reenabled husky 2021-08-13 07:53:04 +05:30
public Merge branch 'master' into machine-learning 2021-12-07 18:41:29 +05:30
src Ignore empty faces in AllFacesMap 2022-01-04 13:54:07 +05:30
thirdparty Store face crops, extract aligned faces from face crops 2021-12-23 18:27:53 +05:30
.babelrc added braces everywhere and formated all files 2021-02-09 15:04:10 +05:30
.deepsource.toml Add .deepsource.toml 2021-02-26 08:41:58 +00:00
.eslintignore Fix for photoswipe not rendering images after reset 2021-06-02 00:45:42 +05:30
.eslintrc.json disable confilcting eslint and prettier config 2021-08-13 07:11:50 +05:30
.gitignore WIP: Add modified blazeface till submodule is added 2021-11-04 17:24:00 +05:30
.gitmodules updated git submodule entry 2021-02-27 10:36:08 +05:30
.prettierrc.json formatted source files 2021-08-13 08:17:10 +05:30
LICENSE Initial commit 2020-09-07 07:24:00 +05:30
netlify.toml use out as publish directory 2021-08-29 18:29:34 +05:30
next-env.d.ts removed un-needed webpack5 next config option 2021-08-16 11:45:24 +05:30
next.config.js added comment flor nextjs configs 2021-09-07 17:21:49 +05:30
package.json Use IndexedDB without forage to use indexes 2022-01-04 11:26:16 +05:30
README.md Update README.md 2021-08-23 00:51:32 +05:30
sentry.client.config.js disable sentry session tracking 2021-08-16 18:19:27 +05:30
sentry.server.config.js remove debug prop from sentry 2021-06-16 13:57:40 +05:30
tsconfig.json ported photoswipe component to tsx 2021-01-20 12:00:05 +05:30
yarn.lock Use IndexedDB without forage to use indexes 2022-01-04 11:26:16 +05:30

Web application for ente built with lots of ❤️ and a little bit of JavaScript.

You can read more about ente's encryption protocol here: https://ente.io/architecture.

For more information about the project please visit: https://ente.io.


Building

First, pull and install dependencies

git submodule update --init --recursive
yarn install

Then run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.


If there's something you need help with, please write to support@ente.io, we'd be happy to help!