- deploy on Heroku
put into scritps
directory.
% DEBUG=* npm start
% SCRIPT=light-notify npm start
configure with env variable DEBUG
% DEBUG=linda* npm start # print linda's read/write/take/watch operation
% DEBUG=linda:worker* npm start # print this app's status
% DEBUG=linda:worker:light_notify npm start # print `scripts/light_notify.coffee`
% DEBUG=* npm start # print socket.io/engine.io/linda status
% npm test
or
% grunt