Dijido is a Node.js web app for Kanban-style "To do" lists.
This app relies on node server quick kit (node-sqit), which can be found here: https://github.com/dibidave/node-sqit. Make sure this is instaalled locally on the server, and available for npm linking.
This app also relies on MongoDB - make sure this is up and running on your server.
git clone https://github.com/dibidave/dijido.git
cd dijido
npm install
npm link sqit
node <NODE_SQIT_DIR>\bin\setup.js .
./run_server.sh