jinroh / kadoh

The Kademlia DHT in Javascript for Node.js and Browsers
http://jinroh.github.com/kadoh
Other
242 stars 31 forks source link

use npm start #60

Open max-mapper opened 11 years ago

max-mapper commented 11 years ago

Hi, (written on an iPhone, apologies for terseness)

Instead of requiring users to install global modules (eg jake) you can instead use the npm start feature. That way you would only need to type npm install and npm start to get the demo running and you can put jake into the devDependencies

jinroh commented 11 years ago

working on it :+1:

also i plan to migrate to grunt (#61).