Updated Run FMG locally (markdown)

Azgaar 2024-02-08 18:22:31 +04:00
parent bbd2a23363
commit 7d1c288b4e

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