Skip to content

helsinki-systems/ofborg-viewer

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 84.2%
  • JavaScript 13.2%
  • Less 1.7%
  • Other 0.9%