diff options
author | Akshay <[email protected]> | 2020-11-23 15:22:44 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-11-23 15:22:44 +0000 |
commit | f77eea2443fe47238297bf058894aabda693c43e (patch) | |
tree | 11d63399ab1dd43815c5c5e5a0dff61f9de8b6ef | |
parent | 873d748e7a84dcb8e6c69838259cbfeca42d913f (diff) |
doc
-rw-r--r-- | readme.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..89e3221 --- /dev/null +++ b/readme.txt | |||
@@ -0,0 +1,21 @@ | |||
1 | typers | ||
2 | ------ | ||
3 | |||
4 | basic typing speed website, written to learn elm. | ||
5 | |||
6 | |||
7 | build | ||
8 | ----- | ||
9 | |||
10 | on nix, running, | ||
11 | |||
12 | nix-build | ||
13 | |||
14 | should produce a single html file that you can simply serve | ||
15 | via nginx or equivalent. | ||
16 | |||
17 | make simple uncompressed builds via: | ||
18 | |||
19 | elm make --optimize src/Main.elm | ||
20 | |||
21 | this generates an index.html in your current directory. | ||