Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2021-03-11 19:46:53 +05:30
public Minor UI changes 2021-03-09 15:34:11 +05:30
src update class name 2021-03-11 19:43:36 +05:30
thirdparty zoom-bug-fix 2021-03-01 13:40:29 +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
.gitignore removed package-lock.json from gitignore 2021-02-06 00:45:16 +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 Moved libsodium to worker. 2020-10-03 19:51:56 +05:30
package.json updated the submodule and added photoswipe type defination 2021-02-27 10:31:55 +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 package json updates 2021-02-27 15:55:28 +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.