diff options
author | Joris | 2021-05-29 19:24:41 +0200 |
---|---|---|
committer | Joris | 2021-05-29 19:24:41 +0200 |
commit | d48cafebb277e4ad4b31e883cbe4f55eef9ea4a4 (patch) | |
tree | 7f04fb49defa5fbc7984b0eee60bb7ce16a37ae2 /README.md | |
parent | 4e3cd92a8063a70dab9ae0ccafd0552c78c6e005 (diff) |
Rewrite in TypeScript
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 4 insertions, 30 deletions
@@ -1,35 +1,9 @@ -[Glycémie](https://guyonvarch.gitlab.io/glycemie) -================================================= +# Getting started -[![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: +Run: ```sh -./make stop +nix-shell --run bin/watch.sh ``` -Sources -------- - -- http://www.aprifel.com/fiche-nutri-composant-glucides,6.html -- http://www.montignac.com/fr/rechercher-l-index-glycemique-d-un-aliment/ -- http://www.monmenu.fr/ -- https://www.lanutrition.fr/ +Then, open your browser at `http://localhost:8000`. |