- Modify `make deps` to use yarn - Add `yarn.lock` - Add yarn to `kolide-builder` docker image - Remove `npm-shrinkwrap.json` - Remove build for `node-sass` (fixes #1151)
* add graceful server shutdown Also refactors server to use `http.Server` instead of the global http.ListenAndServe method. In the future it allows us to set ratelimits and timeouts for http connections.
Initial structure and content for the Kolide documentation.