Windows Installation - NoobishSVK/fm-dx-webserver GitHub Wiki

FM-DX Webserver Windows Installation

  1. Install node.js from here:

    https://nodejs.org/en
    
  2. Clone the repository (or alternatively download it manually):

    git clone https://github.com/NoobishSVK/FM-DX-Webserver.git
    
  3. Navigate to the fm-dx-webserver folder in your terminal/command prompt and run this command:

    npm install
    
  4. Start the server:

    npm run webserver
    
  5. Open your web browser and navigate to http:/localhost:8080 to access the web interface.