aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 7 insertions, 21 deletions
diff --git a/README.md b/README.md
index 8442abb..880f174 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,15 @@
# Map
-Available at [https://guyonvarch.gitlab.io/map](https://guyonvarch.gitlab.io/map).
+Add markers on a map and save state in URL.
-## Gettings started
+# Getting started
-Start the environment with:
+Enter nix shell:
-```bash
-./dev start
-```
+ nix develop
-Later, stop the environment with:
+Then start the dev server:
-```bash
-./dev stop
-```
+ bin/dev-server
-## 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)
+Finally, open your browser at `http://localhost:8000`.