pedf
/
spolky
Archived
1
0
Fork 0
master
Emil Miler 3 years ago
parent 64fa47418a
commit 02faf9ca69

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