This commit is contained in:
Manav Rathi 2024-05-16 21:31:01 +05:30
parent 23138800e0
commit 1fbaa1e85d
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -32,8 +32,11 @@ yarn dev
That's it. The web app will automatically hot reload when you make changes.
If you're new to web development and unsure about how to get started, or are
facing some problems when running the above steps, see [docs/new](docs/new.md).
> [!TIP]
>
> If you're new to web development and unsure about how to get started, or are
> facing some problems when running the above steps, see
> [docs/new](docs/new.md).
## Other apps

View file

@ -7,3 +7,7 @@ If you just want to run Ente's web apps locally or develop them, you can do
The docs in this directory provide more details that some developers might find
useful.
> [!TIP]
>
> To prepare your machine, see [new](new.md).