diff --git a/docs/model-server/readme.md b/docs/model-server/readme.md index b4b197c0f04baa2985bd9ded03805c7d00604a8f..02d151c86b4e00c6a6df74844e4b8e966be62325 100644 --- a/docs/model-server/readme.md +++ b/docs/model-server/readme.md @@ -14,6 +14,14 @@ npm install Customize configuration at ``src/server/model/config.ts`` to point to your data and which custom properties to include (see the [Custom Properties](#custom-properties) section). Alternatively, the config can be edited in the compiled version in ``build/node_modules/servers/model/config.js``. +Afterwards, build the project: + +``` +npm run build +``` + +(or run watch mode for automatic rebuilds: ``npm run watch``) + Running the server locally for testing: ``` npm run model-server