Local storage basic persistence

This commit is contained in:
2020-04-20 14:07:26 +02:00
parent 3ebb707fd3
commit 10983f6ac4
12 changed files with 150 additions and 14 deletions

View File

@ -1,5 +1,11 @@
DOKKU_URL := dokku@dev.lookingfora.name:guesstimate
watch:
npm run dev
build:
npm run build
dokku-build:
docker build \
-t guesstimate-dokku:latest \
@ -10,4 +16,4 @@ dokku-run:
dokku-deploy:
$(if $(shell git config remote.dokku.url),, git remote add dokku $(DOKKU_URL))
git push -f dokku $(shell git rev-parse HEAD):master
git push -f dokku $(shell git rev-parse HEAD):refs/heads/master