This project was moved. Use linda-server
in linda
% npm install
% npm install coffee-script grunt-cli -g
% grunt build
% grunt server
% grunt
% DEBUG=linda* grunt server
% heroku create
% heroku config:set NODE_ENV=production
% git push heroku master
% heroku open
rename your app
% heroku apps:rename YOUR-APP-NAME
show logs on heroku
% heroku config:set 'DEBUG=*'
% heroku logs --tail