Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2021-02-26 13:27:15 +05:30
public Merge branch 'first-load-ux' into download-button 2021-02-15 20:42:42 +05:30
src clear encryptedkey 2021-02-25 23:57:30 +05:30
thirdparty added photowipe as submodule 2021-02-26 13:27:15 +05:30
.babelrc added braces everywhere and formated all files 2021-02-09 15:04:10 +05:30
.gitignore removed package-lock.json from gitignore 2021-02-06 00:45:16 +05:30
.gitmodules added photowipe as submodule 2021-02-26 13:27:15 +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 Moved libsodium to worker. 2020-10-03 19:51:56 +05:30
package.json replace photoswipe with our forked photoswipe library 2021-02-25 23:34:18 +05:30
README.md Voila! 2020-09-10 02:39:51 +05:30
tsconfig.json ported photoswipe component to tsx 2021-01-20 12:00:05 +05:30
yarn.lock replace photoswipe with our forked photoswipe library 2021-02-25 23:34:18 +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.