From 7d1c288b4e8224c994339f8f8aa7e6335eb10cf5 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 8 Feb 2024 18:22:31 +0400 Subject: [PATCH] Updated Run FMG locally (markdown) --- Run-FMG-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-FMG-locally.md b/Run-FMG-locally.md index 920294a..40bd8c7 100644 --- a/Run-FMG-locally.md +++ b/Run-FMG-locally.md @@ -3,7 +3,7 @@ To run the Generator locally you need to download its files and start a local we ## Download Open [Releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases) page, select the latest available version and click on _Source code (zip)_. Unzip _all files_ from the downloaded archive. -## JS Server +## Live Server If you are a developer you probably don't want to restart the server manually each time you make a change to the code. So you need a web-server with live reload feature. If you are VS Code user, I recommend to install the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension. It runs a local server in one click and automatically restarts it on file save. ## Python server