Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 879 Bytes

README.md

File metadata and controls

58 lines (35 loc) · 879 Bytes

GraphWiki UI

Frontend for GraphWiki project.

User guide

See final thesis.

Getting Started

Prerequisites

Following tools must be installed:

Tool Version
Node.js 12.14.1
npm 6.13.4

For application configuration, see configuration files (environment*.ts).

Usage

Install dependencies

npm install

Build

npm run build

Run

Application can be run with following environments:

  • local - environment for development
npm start
  • production - environment for VM deployment
npm run start:production

Deployment

See Jenkinsfile and Dockerfile.

License

See license.