Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
2faandroidauthye2eeencryptionend-to-end-encryptionfluttergolanggoogle-photosgoogle-photos-alternativeiosopensourcephotosprivacyprivacy-toolstypescriptzero-knowledge
.husky | ||
public | ||
src | ||
thirdparty | ||
.babelrc | ||
.deepsource.toml | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.prettierrc.json | ||
LICENSE | ||
netlify.toml | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
README.md | ||
sentry.client.config.js | ||
sentry.server.config.js | ||
tsconfig.json | ||
yarn.lock |
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!