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

30 lines
675 B
Markdown

Web application for [ente](https://ente.io) 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
```bash
git submodule update --init --recursive
yarn install
```
Then run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
---
If there's something you need help with, please write to [support@ente.io](mailto:support@ente.io), we'd be happy to help!