Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 395 Bytes

dht-viewer

A simple page display a real-time map about the dht network. The data is collected by node-dht-broker.

Build

$ apt-get install nodejs npm
$ npm install -g grunt-cli
$ npm install
$ grunt

Preview

$ grunt http-server:dev

Publish

$ grunt publish