0.0.3 • Published 8 years ago
skywire-manager-ui v0.0.3
Monitor Web UI
The project contains both the source (src) and target (dist) files of this web interface.
Prerequisites
The project have dependencies that require Node 6.9.0 or higher, together with NPM 4 or higher.
Installation
node and git
You'll need Git and Node.js (which comes with npm) installed on your computer.
ng
npm install -g @angular/cliRun For Dev
From your command line:
git clone https://github.com/skycoin/net.git
cd net/skycoin-messenger/monitor/web
./run.shBuild The Discovery Web Files
From your command line:
git clone https://github.com/skycoin/net.git
cd net/skycoin-messenger/monitor/web
./build.shBuild The Manager Web Files
From your command line:
git clone https://github.com/skycoin/net.git
cd net/skycoin-messenger/monitor/web
./build-manager.sh