Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2021-08-05 13:48:00 +05:30
public Implemented share target api 2021-06-07 01:56:31 +05:30
src null check on subscription 2021-08-05 13:48:00 +05:30
thirdparty update photoswipe 2021-06-21 11:58:24 +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 updated eslintrc 2021-06-03 16:10:57 +05:30
.gitignore Add .idea/ in .gitignore 2021-07-05 23:42:07 +05:30
.gitmodules updated git submodule entry 2021-02-27 10:36:08 +05:30
LICENSE Initial commit 2020-09-07 07:24:00 +05:30
netlify.toml Changed API endpoint 2020-09-14 15:02:01 +05:30
next-env.d.ts Voila! 2020-09-10 02:39:51 +05:30
next.config.js fix HMR reload error 2021-06-16 20:31:00 +05:30
package.json remove husky 2021-08-01 13:34:55 +05:30
README.md Update README.md 2021-07-28 14:37:52 +05:30
sentry.client.config.js make sentry userID anonymized 2021-08-04 12:35:21 +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 Merge branch 'master' into 3fa 2021-06-21 12:51:45 +05:30

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

Getting Started

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.