Eject from preact-cli

This commit is contained in:
2020-04-22 22:07:52 +02:00
parent b0339d2ce0
commit 5f0cad970e
52 changed files with 2276 additions and 13925 deletions

View File

@ -3,9 +3,12 @@ DOKKU_URL := dokku@dev.lookingfora.name:guesstimate
watch:
npm run dev
build:
build: clean
npm run build
clean:
rm -rf dist
dokku-build:
docker build \
-t guesstimate-dokku:latest \