From 4d0b4e71face6c01978cde2bbb510511af173059 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 6 Jun 2026 15:17:16 +0200 Subject: [PATCH] Fix readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d16f156..72e3491e 100644 --- a/README.md +++ b/README.md @@ -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