Upgrade deps

This commit is contained in:
Jonathan Cremin 2020-08-21 11:15:06 +01:00
parent 02df1866c0
commit 643eba44de
8 changed files with 786 additions and 483 deletions

View file

@ -42,3 +42,7 @@ yarn: ## Update yarn dependencies
.PHONY: shell
shell: ## Run shell
docker-compose run --rm app sh
.PHONY: open
open: ## Open app in browser
xdg-open http://localhost:3000