$ git clone https://github.com/brotherday/mainstream-frontend
$ cd mainstream-frontendThis project requires to install go >= 1.9.
$ go versionand it should returns:
go version go<version number> <platform os>/<arch>Follow the link below and install the new version.
Download and install go from the official website here https://go.dev/doc/install
$ go mod downloadIt is that easy.
$ go run .You may create a build whenever you would like to build a standalone executable for your platform.
$ go build$ go install