Make sure you are running the same version of go as indicated in go.mod.
Run:
make buildwhich will produce a binary at ./build/bin/$(go env GOOS)/$(go env GOARCH)/func-e.
Run:
make testRun:
make coverageSee test/e2e for how to develop or run end-to-end tests
Run below, then view with http://localhost:1313/
make siteTo generate release assets, run the below:
make distThe contents will be in the 'dist/' folder and include the same files as a release would, except signatures would not be the same as production.