blob: 89e32217f7c9f24ef6324d0c1e3fd27729878dd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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.
|