ente/README.md
2021-08-23 00:51:32 +05:30

675 B

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

You can read more about ente's encryption protocol here: https://ente.io/architecture.

For more information about the project please visit: https://ente.io.


Building

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.


If there's something you need help with, please write to support@ente.io, we'd be happy to help!