blob: bc39c232854968c0dcf40cf08205aa61b14a0278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[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
```
|