I've followed this tutorial (and some others) to start working with shopify's dashing:
http://www.slideshare.net/larrycai/learn-dashing-widget-in-90-minutes
But when dashing web server is up and running, I hit localhost:3030/ instead of the dashing widgets, I only get the message:
Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey, Look what I can do!" }' \localhost:3030/widgets/welcome
How can I fix this?
Edit: I've read somewhere that installing node.js can help, but it didn't.