make local
make dev
# GOPATH
export GOPATH="${HOME}/go"
export PATH="$GOPATH/bin:$PATH"
export GO111MODULE=on
You need a config.json
file. You can copy the config.example.json
file (cp config.example.json config.json
) and add environment variables as we need more in the app.