aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 28de3386389084ebe1faf4676bce69dc404d9ea1 (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"
```

Launch a HTTP server on public directory, with python3 for example :

``` sh
(cd public; python -m http.server 9000)
```

Open your browser at http://localhost:9000/

Build
-----

``` sh
sbt fullOptJS
```

With nix
--------

Install nix and follow the instructions:

``` sh
curl https://nixos.org/nix/install | sh
```

Launch:

``` sh
./dev
```