[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 ```