Skip to content
Snippets Groups Projects
Commit 07ee6646 authored by David Sehnal's avatar David Sehnal
Browse files

model-server docs tweak

parent 786e1adb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment