mirror of
https://github.com/status-im/burnchart.git
synced 2025-01-10 02:35:42 +00:00
18 lines
175 B
Makefile
18 lines
175 B
Makefile
install:
|
|
npm install
|
|
bower install
|
|
|
|
build:
|
|
grunt
|
|
|
|
watch:
|
|
grunt
|
|
grunt watchify
|
|
|
|
serve:
|
|
cd public; python -m SimpleHTTPServer 8000
|
|
|
|
deploy:
|
|
firebase deploy
|
|
|
|
.PHONY: build |