blob: 8442abb831eaaafb59f050e6adbfccbfe6ceff94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)
|