ente/web/docs
Manav Rathi f10f751a2f
Inline local storage calls
The methods are trivial, and we cannot centralize the keys since they will be
different for different apps. So an abstraction for this is not beneficial.

Also move the next specific dev build check to @/next
2024-04-03 14:21:11 +05:30
..
dependencies.md prettier markdown 2024-04-03 13:39:44 +05:30
deploy.md prettier markdown 2024-04-03 13:39:44 +05:30
dev.md prettier markdown 2024-04-03 13:39:44 +05:30
new.md Document translation 2024-03-11 15:30:24 +05:30
README.md Document some and fix the path 2024-03-11 17:29:39 +05:30
storage.md Inline local storage calls 2024-04-03 14:21:11 +05:30
translations.md prettier markdown 2024-04-03 13:39:44 +05:30
webauthn-passkeys.md prettier markdown 2024-04-03 13:39:44 +05:30

Developer docs

If you just want to run Ente's web apps locally or develop them, you can do

yarn install
yarn dev

The docs in this directory provide more details that some developers might find useful.