.PHONY: serve
serve:
	npm start

.PHONY: init
init:
	if [ ! -e sheetjs.xlsx ]; then ln -s ../../sheetjs.xlsx; fi