docs(server): web version setup docs
This commit is contained in:
parent
3b49d52afe
commit
e0f7df9706
21
README.md
21
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
|
||||
|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user