ente/README.md

30 lines
675 B
Markdown
Raw Normal View History

2021-03-11 14:31:40 +00:00
Web application for [ente](https://ente.io) built with lots of ❤️ and a little bit of JavaScript.
2020-09-09 21:09:51 +00:00
2021-08-22 19:21:32 +00:00
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
2020-09-09 21:09:51 +00:00
2021-07-28 09:07:52 +00:00
First, pull and install dependencies
```bash
git submodule update --init --recursive
yarn install
```
Then run the development server:
2020-09-09 21:09:51 +00:00
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
2021-08-22 19:21:32 +00:00
---
If there's something you need help with, please write to [support@ente.io](mailto:support@ente.io), we'd be happy to help!