burnchart/Makefile
2014-09-14 09:33:15 -07:00

17 lines
165 B
Makefile

install:
npm install
bower install
build:
grunt
watch:
grunt watch
serve:
cd public; python -m SimpleHTTPServer 8000
deploy:
firebase deploy
.PHONY: build