Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
Pushkar Anand 5ea0b6caae
Merge pull request #6 from ente-io/collection-ops
Collection Create and Add to favorite
2021-02-07 20:19:53 +05:30
public made style imporvements 2021-01-18 09:38:35 +05:30
src used better variable names 2021-02-06 00:49:43 +05:30
.babelrc Using local and session storage to maintain session. 2020-09-13 12:00:07 +05:30
.gitignore removed package-lock.json from gitignore 2021-02-06 00:45:16 +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 added exif library 2021-01-12 15:48:50 +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 Inmemory caching with photoswipe on thumbnail. 2020-11-23 08:30:54 +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.