Fix readme

This commit is contained in:
MartinBraquet
2026-06-06 15:17:16 +02:00
parent a016ea6309
commit 4d0b4e71fa

View File

@@ -191,9 +191,9 @@ However, running in full isolation requires installing several heavy dependencie
First startup is slow (30-60s) and the stack uses significant memory. If your machine has less than 8GB RAM, you may
notice slowdowns.
If this feels like too much, you can skip isolation entirely — `yarn dev` works out of the box against the shared remote
and is perfectly fine for most contributions, especially UI changes, wording fixes, or anything that doesn't touch the
database or authentication.
[//]: # 'If this feels like too much, you can skip isolation entirely — `yarn dev` works out of the box against the shared remote'
[//]: # "and is perfectly fine for most contributions, especially UI changes, wording fixes, or anything that doesn't touch the"
[//]: # 'database or authentication.'
###### Setup instructions
@@ -250,7 +250,7 @@ Run in isolation
yarn dev:isolated
```
Visit `http://localhost:3000` as usual. Your local database comes preloaded with synthetic test profiles so the app
Visit http://localhost:3000 as usual. Your local database comes preloaded with synthetic test profiles so the app
looks and feels like the real thing.
### Contributing