blob: 45eb7b155ebb17c0d8e2d9a6dbe4b8b6f9aac9a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
`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.
|