To build and run the go web server:
- cd into
./serverand rungo mod downloadto install dependencies. Or, alternatively to install go and node deps together from the toplevel runsudo make deps - return to the toplevel dir
- create a file
.envand addINFLUX_READ_TOKENand an approprite token to the file - run
make build-serverto compile a binary to./binormake serverto build and run the binary