From 146523b5b48cbb46f0e94d623e1afe3a8f26014e Mon Sep 17 00:00:00 2001 From: Chasethechicken Date: Tue, 21 Dec 2021 10:37:11 +0100 Subject: [PATCH] Correct documentation on how to access Hedgedoc Signed-off-by: Falk Rehse --- docs/content/dev/getting-started.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/content/dev/getting-started.md b/docs/content/dev/getting-started.md index 97ffb4ed1..4a88a83c6 100644 --- a/docs/content/dev/getting-started.md +++ b/docs/content/dev/getting-started.md @@ -40,7 +40,8 @@ to run both at the same time. ## Testing -- The backend will be available at `http://localhost:3000`. -- The frontend will be available at `http://localhost:3001`. +- After starting both frontend and backend, Hedgedoc will be available at `http://localhost:3000`. -**Note:** The backend proxies requests to the frontend, so you can also point your browser at the backend. +**Note:** If you only started the frontend, it will be available at `http://localhost:3001`. + +**Note:** If you want to use Hedgedoc with the real backend, point your browser at `http://localhost:3000`, as the backend proxies requests to the frontend and you'll get CORS errors if you try to use the frontend directly.