@ -0,0 +1,13 @@
all: css build
build:
npx sapper export
serve: css build
npx serve __sapper__/export
css:
npx stylus static/main.styl --out static/
clean:
rm -rf '__sapper__/'