Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 525 Bytes

CentauriWebpanel

Build Status

Features

TODO

Installation

TODO

Building it on your own

In order to build the webpanel you need a current version of Node.js (>=6.9.5) installed on your system. To build it, you need to install the Angular CLI

npm install -g @angular/cli

After that you have to execute the following commands

npm install
npm run build