Explorar o código

model-server docs tweak

David Sehnal %!s(int64=6) %!d(string=hai) anos
pai
achega
07ee6646a1
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      docs/model-server/readme.md

+ 8 - 0
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