Update README

This commit is contained in:
Manav Rathi 2024-05-16 21:42:03 +05:30
parent 589d50e475
commit ff5fbf3984
No known key found for this signature in database

View file

@ -57,21 +57,22 @@ As a brief overview, this directory contains the following apps:
your 2FA codes using this web app. For adding and editing your 2FA codes, your 2FA codes using this web app. For adding and editing your 2FA codes,
please use the Ente Auth [mobile/desktop app](../auth/README.md) instead. please use the Ente Auth [mobile/desktop app](../auth/README.md) instead.
These two are the public facing apps. There are other part of the code which are These are the public facing apps. There are other part of the code which are
accessed as features within the main apps, but in terms of code are accessed as features within the main apps, but in terms of code are
independently maintained and deployed: independently maintained and deployed:
- `apps/accounts`: Passkey support (Coming soon) - `apps/accounts`: Passkey support (Coming soon)
- `apps/cast`: Chromecast support (Coming soon) - `apps/cast`: Browser and Chromecast casting support.
- `apps/payments`: Handle subscription payments.
> [!NOTE] > [!NOTE]
> >
> This folder is supposed to contain all our web related code. Most of it is > Some older code is being deployed from our other repositories like the family
> already here, but some code which is being deployed from our other > portal (https://github.com/ente-io/families) and still needs to be brought
> repositories like the family portal (https://github.com/ente-io/families) > here. Likewise, some of the Cloudflare workers we use for fixing headers etc.
> still needs to be brought here. Also, some of the Cloudflare workers we use > We'll gradually bring all these into this monorepo one by one.
> for fixing headers etc too. Hang tight, we're on it, will bring in the
> remaining bits one by one. The apps take use various `packages/` to share code amongst themselves.
You might also find this [overview of dependencies](docs/dependencies.md) You might also find this [overview of dependencies](docs/dependencies.md)
useful. useful.