[Reading](https://guyonvarch.gitlab.io/reading) =============================================== [![build status](https://gitlab.com/guyonvarch/reading/badges/master/build.svg)](https://gitlab.com/guyonvarch/reading/commits/master) 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 ```