diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 7 insertions, 21 deletions
@@ -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`. |