all : install build dev

install :
	npm install
	bower install

build :
	grunt

dev :
	node demo/server.js

