Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.07 KB

File metadata and controls

40 lines (25 loc) · 1.07 KB

Build Status FOSSA Status

go-home web dashboard.

Development environment

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

Preparing commit

To run all required validations simply run:

make git

Which includes:

  • lint -- running eslint with auto-fix enabled

License

FOSSA Status