mirror of
https://github.com/status-im/burnchart.git
synced 2025-01-11 19:24:28 +00:00
17 lines
165 B
Makefile
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 |