commit
db72fdcfa7
1 changed files with 29 additions and 18 deletions
47
README.md
47
README.md
|
@ -1,16 +1,16 @@
|
|||
# ente - simple, safe photo storage
|
||||
|
||||
**ente** is a cloud storage provider that provides end-to-end encryption for your data.
|
||||
**ente** is a cloud storage that provides end-to-end encryption for your data.
|
||||
|
||||
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
|
||||
[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.
|
||||
little bit of TypeScript.
|
||||
|
||||
<br/><br/><br/>
|
||||
|
||||
|
@ -23,15 +23,15 @@ little bit of JavaScript.
|
|||
- Shareable links for albums
|
||||
- Ability to filter photos by places, days, album and file names
|
||||
- 2FA
|
||||
- Recycle bin
|
||||
- EXIF viewer
|
||||
- Many, _many_ more features..., and,
|
||||
- Zero third-party tracking / analytics
|
||||
|
||||
<br/>
|
||||
|
||||
## 💻 Deployed Application
|
||||
## 💻 Production Application
|
||||
|
||||
The deployed application is accessible @ [web.ente.io](https://web.ente.io).
|
||||
The app is deployed to [web.ente.io](https://web.ente.io)
|
||||
|
||||
<br/>
|
||||
|
||||
|
@ -42,19 +42,24 @@ The deployed application is accessible @ [web.ente.io](https://web.ente.io).
|
|||
3. Install dependencies with `yarn install`
|
||||
4. Finally, run the development server with `yarn dev:photos`
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) on your browser to see the live application.
|
||||
Open [http://localhost:3000](http://localhost:3000) to see the live app (with
|
||||
hot reload).
|
||||
|
||||
<br/>
|
||||
|
||||
## 🙋 Help
|
||||
|
||||
We provide human support to our customers. Please write to [support@ente.io](mailto:support@ente.io) sharing as many details as possible about whatever it is that you need help with, and we will get back to you as soon as possible.
|
||||
We provide human support to our customers. Please write to
|
||||
[support@ente.io](mailto:support@ente.io) sharing as many details as possible
|
||||
about whatever it is that you need help with, and we will get back to you as
|
||||
soon as possible.
|
||||
|
||||
<br/>
|
||||
|
||||
## 🧭 Roadmap
|
||||
|
||||
We maintain a public roadmap, that's driven by our community @ [roadmap.ente.io](https://roadmap.ente.io).
|
||||
We maintain a [public roadmap](https://github.com/orgs/ente-io/projects/3)
|
||||
driven by our community.
|
||||
|
||||
<br/>
|
||||
|
||||
|
@ -69,22 +74,28 @@ And [star this repo](https://github.com/ente-io/photos-web/stargazers)!
|
|||
## 🌍 Translate
|
||||
[](https://crowdin.com/project/ente-photos-web)
|
||||
|
||||
If you're interested in helping out with translation, please visit our [Crowdin project](https://crowdin.com/project/ente-photos-web) to get started. Thank you for your support.
|
||||
If you're interested in helping out with translation, please visit our [Crowdin
|
||||
project](https://crowdin.com/project/ente-photos-web) to get started. Thank you
|
||||
for your support.
|
||||
|
||||
<br/>
|
||||
|
||||
## 🏙️ Attributions
|
||||
|
||||
City coordinates from [Simple Maps](https://simplemaps.com/data/world-cities)
|
||||
|
||||
<br/>
|
||||
|
||||
## ❤️ Join the Community
|
||||
|
||||
Follow us on [Twitter](https://twitter.com/enteio) and join [r/enteio](https://reddit.com/r/enteio) to get regular updates, connect with other customers, and discuss your ideas.
|
||||
Join us on [Twitter](https://twitter.com/enteio) /
|
||||
[Mastodon](https://mstdn.social/@ente) /
|
||||
[Discord](https://discord.gg/z2YVKkycX3) / [Reddit](https://reddit.com/r/enteio)
|
||||
to get regular updates, connect with other customers, and discuss your ideas.
|
||||
|
||||
An important part of our journey is to build better software by consistently listening to community feedback. Please feel free to [share your thoughts](mailto:feedback@ente.io) with us at any time.
|
||||
An important part of our journey is to build better software by consistently
|
||||
listening to our customers. Please feel free to [share your
|
||||
thoughts](mailto:feedback@ente.io) with us at any time.
|
||||
|
||||
<br/>
|
||||
|
||||
## 🙇 Attributions
|
||||
|
||||
- Cross-browser testing provided by
|
||||
[<img src="https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-header.png?1469004780" width="115" height="25">](https://www.browserstack.com/open-source)
|
||||
|
||||
- Location search powered by [Simple Maps](https://simplemaps.com/data/world-cities)
|
||||
|
|
Loading…
Add table
Reference in a new issue