diff options
author | Joris | 2016-11-27 18:38:58 +0100 |
---|---|---|
committer | Joris | 2016-12-20 23:05:43 +0100 |
commit | b780f6f660cc5b2ff2b1ca3884871002823256a1 (patch) | |
tree | c530166206743be1925688f8b3319c630208a695 /README.md | |
parent | 0aab7be2cf2cf73c62b305450902cdc3fe77cd4a (diff) |
Init
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4ff57d --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +Reading +======= + +Getting started +--------------- + +Client: + +``` sh +sbt "~fastOptJS" +``` + +Server: + +``` sh +(cd target/scala-2.12; python -m http.server 9000) +``` + +Open your browser at http://localhost:9000/classes/index-dev.html + +Build +----- + +``` sh +sbt fullOptJS +``` + +With nix +-------- + +Install nix and follow the instructions: + +``` sh +curl https://nixos.org/nix/install | sh +``` + +Dev environment: + +``` sh +./dev +``` |