build: *.go frontend go build frontend: cd frontend && yarn build --mode development frontend-watch: cd frontend && yarn build --watch run: *.go ./happy -develop .PHONY: run frontend frontend-watch