Remove section about production deployments

As this is meant to document a development setup.

Signed-off-by: Falk Rehse <neuringe1234@gmail.com>
This commit is contained in:
Chasethechicken 2021-12-14 11:37:12 +01:00 committed by David Mehren
parent 6a1704a45b
commit 19bd892c69
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -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.