aboutsummaryrefslogtreecommitdiff
typers
------

basic typing speed website, written to learn elm.


build
-----

on nix, running,
    
    nix-build

should produce a single html file that you can simply serve
via nginx or equivalent.

make simple uncompressed builds via:

    elm make --optimize src/Main.elm
    
this generates an index.html in your current directory.