sheetjs/demos/meteor/Makefile

10 lines
196 B
Makefile
Raw Normal View History

2017-05-24 22:52:35 +00:00
.PHONY: start
start:
@meteor
.PHONY: init
init:
@npm install babel-runtime meteor-node-stubs
@meteor add pfafman:filesaver
@mkdir -p node_modules; cd node_modules; ln -s ../../../ xlsx; cd -