`tickborg-viewer` =============== An as-light-as possible viewer for tickborg build logs. Development use --------------- ``` $ nix-shell $ yarn install $ bin/webpack-dev-server ``` Building (production) --------------------- ``` $ nix-build ./release.nix ``` Peculiarities ------------- This uses the DOM directly and no fancy virtual dom thing, this anyway is an append-mostly type thing. This uses as few libraries as possible (and sane). Modern JS with ES6 makes it possible to write lean code when targetting modern browsers.