diff options
author | Joris | 2022-07-05 21:55:41 +0200 |
---|---|---|
committer | Joris | 2023-01-28 09:35:55 +0100 |
commit | 063d8ef9eaf874a941f4459e831057dd0a1b7ddd (patch) | |
tree | c4a8b27cb8fdb5d1dc26c560c7483c9593f40dac /README.md | |
parent | 2936f06576997bffe7903ea840df563a408efc21 (diff) |
Rewrite in TSmain
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`. |