@ -3,8 +3,9 @@ DOKKU_URL := dokku@dev.lookingfora.name:guesstimate
watch:
modd
install-deps:
deps:
cd client && npm install
cd server && go mod vendor
build: clean build-server build-client