Track-OOT — how to run
=======================

You need Node.js installed (nothing else). Get it here if you don't have it:
  https://nodejs.org  (either version, "LTS" is fine)

Steps:
  1. Unzip this folder anywhere.
  2. Open a terminal (Command Prompt / PowerShell / Terminal) in that folder.
  3. Run:
       node server.js
  4. Open http://localhost:5000 in your browser.

To use a different port:
       node server.js 8080
  then open http://localhost:8080

To stop the server, go back to the terminal window and press Ctrl+C.

That's it — no npm install, no build step, this is a ready-to-run copy.
