From e0f7df9706cb90be152b7a7f967512833001f841 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sat, 7 Apr 2018 10:52:32 +0300 Subject: [PATCH] docs(server): web version setup docs --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 3274339..6d1d4bd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,27 @@ We are welcome any contributing: bug fixes, improvements, code refactoring and o * [English](docs/USAGE.md) * [Russian](docs/USAGE.RU.md) +## Server version install +Clone repository, then make sure that you have Node.js and NPM (with Node.js) installed in your system, then: + +```bash +npm install +``` + +Then compile web version: + +```bash +npm run buildweb +``` + +Finally start server application: + +```bash +npm run server +``` + +Now you can get access to web interface on 8095 port: http://localhost:8095 + ## Screenshots ![Main Window](docs/img/screen_1.png)