Upgrade deps
This commit is contained in:
parent
02df1866c0
commit
643eba44de
8 changed files with 786 additions and 483 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue