go-home web dashboard.
Install all dependencies:
make depTo run standalone dev server execute:
make runTo 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-serverTo run all required validations simply run:
make gitWhich includes:
lint-- runningeslintwith auto-fix enabled