ente/web/docs/README.md
2024-12-30 14:55:44 +05:30

16 lines
274 B
Markdown

# Developer docs
If you just want to run Ente's web apps locally or develop them, you can do
```sh
yarn install
yarn dev
```
The docs in this directory provide more details that some developers might find
useful.
> [!TIP]
>
> To prepare your machine, see [new](new.md).