go-home web dashboard.
Install all dependencies:
make dep
To run standalone dev server execute:
make run
To build and generate statik data for the server use the following target (presumably you have server in ${GOPATH}/src/go-home.io/x/server
):
make build-to-server
To run all required validations simply run:
make git
Which includes:
lint
-- runningeslint
with auto-fix enabled