Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 539 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 539 Bytes

ofborg-viewer

An as-light-as possible viewer for ofborg 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.