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