.PHONY: install
install:
	npm install

.PHONY: test
test:
	npm test

.PHONY: demo
demo:
	npm run demo

.PHONY: serve
serve:
	npm run demo
