Windows Installation - NoobishSVK/fm-dx-webserver GitHub Wiki
FM-DX Webserver Windows Installation
-
Install node.js from here:
https://nodejs.org/en
-
Clone the repository (or alternatively download it manually):
git clone https://github.com/NoobishSVK/FM-DX-Webserver.git
-
Navigate to the fm-dx-webserver folder in your terminal/command prompt and run this command:
npm install
-
Start the server:
npm run webserver
-
Open your web browser and navigate to
http:/localhost:8080
to access the web interface.