mirror of
https://github.com/ente-io/ente.git
synced 2025-06-05 08:35:49 +00:00
16 lines
274 B
Markdown
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).
|