LightTag: Lag as a feature?
-
Install npm
-
clone LightTag, cd to that directory
-
Install a few packages into the LightTag directory
npm install express socket.io jade supervisor -
Run LightTag: "node_modules/.bin/supervisor app.js"
Alternatively, to automatically refresh the page when code is changed: node_modules/.bin/supervisor --watch "js|jade" app.js append ?go=1&debug=1
Copyable:
git clone https://pwaller@github.com/pwaller/LightTag.git
cd LightTag
npm install express socket.io jade supervisor
node_modules/.bin/supervisor app.js