| PATH := bin:node_modules/.bin:$(PATH) |
| PATH := $(PATH):$(VANADIUM_ROOT)/environment/cout/node/bin |
| PATH := $(VANADIUM_ROOT)/release/projects/playground/go/bin:$(PATH) |
| SHELL := /bin/bash -euo pipefail |
| export GOPATH := $(VANADIUM_ROOT)/release/projects/playground/go:$(GOPATH) |
| export VDLPATH := $(GOPATH) |
| v23 go install playground/... |
| start: config/db.json all |
| --address=$(host):$(port) \ |
| @echo "You are missing config/db.json, create this file based" |
| @echo "on the appropriate examples in the config directory." |