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__/'