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

ofborg/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

Packages

No packages published

Languages

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