aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bec650ce0c1604943e77ac7a17ce37ea676b7b4f (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
[Glycémie](https://guyonvarch.gitlab.io/glycemie)
=================================================

[![build status](https://gitlab.com/guyonvarch/glycemie/badges/master/build.svg)](https://gitlab.com/guyonvarch/glycemie/commits/master)

Getting started
---------------

Install nix and follow the instructions:

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

Start the environment with:

``` sh
./make start
```

Open your browser at [http://localhost:9000](http://localhost:9000).

Later, stop the environment with:

```sh
./make stop
```