Installation and Local Test

Requirements for mock server:
- Node.js 18 or newer recommended.

Run local mock API:
1. Extract this ZIP file.
2. Open a terminal in the package root.
3. Run: node server/mock-illumOS-api-server.js
4. Open: http://127.0.0.1:4389/v1/status

No npm install is required; the mock server uses Node.js built-in modules only.
