mirror of
https://github.com/status-im/burnchart.git
synced 2025-01-12 11:44:37 +00:00
14 lines
157 B
Makefile
14 lines
157 B
Makefile
install:
|
|
npm install
|
|
bower install
|
|
|
|
build:
|
|
grunt
|
|
|
|
watch:
|
|
watch --color -n 1 make build
|
|
|
|
serve:
|
|
cd public; python -m SimpleHTTPServer 8000
|
|
|
|
.PHONY: build |