Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2020-10-01 17:21:36 +05:30
public Initial gallary chagnes. 2020-09-20 20:48:35 +05:30
src Revert endpoint to staging 2020-10-01 17:21:36 +05:30
.babelrc Using local and session storage to maintain session. 2020-09-13 12:00:07 +05:30
.gitignore Changed API endpoint 2020-09-14 15:02:01 +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 Added web worker for parallel decryption. 2020-09-20 02:50:10 +05:30
package.json Integrated Comlink. 2020-09-27 22:48:57 +05:30
README.md Voila! 2020-09-10 02:39:51 +05:30
tsconfig.json Added web worker for parallel decryption. 2020-09-20 02:50:10 +05:30
yarn.lock Integrated Comlink. 2020-09-27 22:48:57 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.