diff --git a/README.md b/README.md index ea27599da..a13292474 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,16 @@ **ente** is a cloud storage provider that provides end-to-end encryption for your data. -We have open-source apps across [Android](https://github.com/ente-io/frame), [iOS](https://github.com/ente-io/frame), [web](https://github.com/ente-io/bada-frame) and [desktop](https://github.com/ente-io/bhari-frame) that automatically backup your photos and videos. +We have open-source apps across +[Android](https://github.com/ente-io/photos-app), +[iOS](https://github.com/ente-io/photos-app), +[web](https://github.com/ente-io/photos-web) and +[desktop](https://github.com/ente-io/photos-desktop) that automatically backup +your photos and videos. + +This repository contains the code for our web app, built with a lot of ❤️, and a +little bit of JavaScript. -This repository contains the code for our web app, built with a lot of ❤️, and a little bit of JavaScript.


![App Screenshots](https://user-images.githubusercontent.com/24503581/189914045-9d4e9c44-37c6-4ac6-9e17-d8c37aee1e08.png) @@ -30,7 +37,7 @@ The deployed application is accessible @ [web.ente.io](https://web.ente.io). ## 🧑‍💻 Building from source -1. Clone this repository with `git clone git@github.com:ente-io/bada-frame.git` +1. Clone this repository with `git clone https://github.com/ente-io/photos-web.git` 2. Pull in all submodules with `git submodule update --init --recursive` 3. Install dependencies with `yarn install` 4. Finally, run the development server with `yarn dev` @@ -55,7 +62,8 @@ We maintain a public roadmap, that's driven by our community @ [roadmap.ente.io] If you like this project, please consider upgrading to a paid subscription. -If you would like to motivate us to keep building, you can do so by [starring](https://github.com/ente-io/bada-frame/stargazers) this project. +If you would like to motivate us to keep building, you can do so by +[starring](https://github.com/ente-io/photos-web/stargazers) this project.
@@ -69,5 +77,5 @@ An important part of our journey is to build better software by consistently lis --- -Cross-browser testing provided by +Cross-browser testing provided by [](https://www.browserstack.com/open-source)