Skip to content

CentauriCloud/Centauri-WebPanel

Repository files navigation

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