From d1135ff55db85ef81bbe2bd8f283cdbbd5464298 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 13 Jul 2020 21:30:32 +0200 Subject: Show map and add marks with right click --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8442abb --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Map + +Available at [https://guyonvarch.gitlab.io/map](https://guyonvarch.gitlab.io/map). + +## Gettings started + +Start the environment with: + +```bash +./dev start +``` + +Later, stop the environment with: + +```bash +./dev stop +``` + +## Deploy + +```bash +nix-shell --run ./deploy +``` + +## Bucklescript links + +- [Documentation](https://bucklescript.github.io/docs/en/interop-overview) +- [Ocaml std API](https://caml.inria.fr/pub/docs/manual-ocaml-4.02/stdlib.html) +- [Libraries](https://bucklescript.github.io/bucklescript/api/index.html) -- cgit v1.2.3