From 954c751cca03143c23f9ea0a20f8bcd55d0fcc86 Mon Sep 17 00:00:00 2001 From: Chasethechicken Date: Tue, 14 Dec 2021 11:37:12 +0100 Subject: [PATCH] Remove section about production deployments As this is meant to document a development setup. Signed-off-by: Falk Rehse --- docs/content/dev/getting-started.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/content/dev/getting-started.md b/docs/content/dev/getting-started.md index 820cfe910..58947b7b4 100644 --- a/docs/content/dev/getting-started.md +++ b/docs/content/dev/getting-started.md @@ -25,18 +25,9 @@ 2. Enter the directory and run `yarn install`. -## Running the Code +## Running Hedgedoc with auto-reload -Now that everything is in place, we can start HedgeDoc: - -**ToDo:** Document how to build the frontend and backend or remove this paragraph entirely. - -## Running the Code with Auto-Reload - -The commands above are fine for production, but you're a developer and surely -you want to change things. You would need to restart both commands whenever you -change something. Luckily, you can run these commands that will automatically -rebuild the backend andfrontend or restart the server if necessary. +We will run Hedgedoc in development mode, which means the backend and frontend will automatically rebuild or restart when you make changes. The commands will stay active in your terminal, so you will need multiple tabs to run both at the same time.